Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 382744 Details for
Bug 519716
net-firewall/fwknop-2.6.6 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fwknop-2.6.3-remove-extra-run-from-paths.patch
fwknop-2.6.3-remove-extra-run-from-paths.patch (text/plain), 3.79 KB, created by
Coacher
on 2014-08-12 12:02:31 UTC
(
hide
)
Description:
fwknop-2.6.3-remove-extra-run-from-paths.patch
Filename:
MIME Type:
Creator:
Coacher
Created:
2014-08-12 12:02:31 UTC
Size:
3.79 KB
patch
obsolete
>diff --git a/doc/fwknopd.man.asciidoc b/doc/fwknopd.man.asciidoc >index b9eba9f..4b2b6c4 100644 >--- a/doc/fwknopd.man.asciidoc >+++ b/doc/fwknopd.man.asciidoc >@@ -68,7 +68,7 @@ COMMAND-LINE OPTIONS > *-d, --digest-file*='<digest-file>':: > Specify the location of the 'digest.cache' file. If this option is > not given, 'fwknopd' will use the compile-time default location (typically >- '@localstatedir@/run/fwknop/digest.cache'). >+ '@localstatedir@/fwknop/digest.cache'). > > *-D, --dump-config*:: > Dump the configuration values that *fwknopd* derives from the >@@ -122,7 +122,7 @@ COMMAND-LINE OPTIONS > *-p, --pid-file*='<pid-file>':: > Specify the location of the 'fwknopd.pid' file. If this option is > not given, 'fwknopd' will use the compile-time default location (typically >- '@localstatedir@/run/fwknop/fwknopd.pid). >+ '@localstatedir@/fwknop/fwknopd.pid). > > *-P, --pcap-filter*='<filter>':: > Specify a Berkeley packet filter statement on the *fwknopd* command >@@ -156,7 +156,7 @@ COMMAND-LINE OPTIONS > *--rotate-digest-cache*:: > Rotate the digest cache file by renaming it to ``<name>-old'', and > starting a new one. The digest cache file is typically found in >- '@localstatedir@/run/fwknop/digest.cache'. >+ '@localstatedir@/fwknop/digest.cache'. > > *-S, --status*:: > Display the status of any *fwknopd* processes that may or not be >diff --git a/extras/apparmor/usr.sbin.fwknopd b/extras/apparmor/usr.sbin.fwknopd >index e967a56..cacf767 100644 >--- a/extras/apparmor/usr.sbin.fwknopd >+++ b/extras/apparmor/usr.sbin.fwknopd >@@ -1,6 +1,4 @@ > # Last Modified: Sun Aug 18 22:54:57 2013 >-# Assumes fwknopd was built with: >-# './configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var' > #include <tunables/global> > > /usr/sbin/fwknopd { >diff --git a/server/fwknopd.8.in b/server/fwknopd.8.in >index a318f68..2ebb44d 100644 >--- a/server/fwknopd.8.in >+++ b/server/fwknopd.8.in >@@ -94,7 +94,7 @@ Specify the location of the > file\&. If this option is not given, > \fIfwknopd\fR > will use the compile\-time default location (typically >-\fI@localstatedir@/run/fwknop/digest\&.cache\fR)\&. >+\fI@localstatedir@/fwknop/digest\&.cache\fR)\&. > .RE > .PP > \fB\-D, \-\-dump\-config\fR >@@ -178,7 +178,7 @@ Specify the location of the > \fIfwknopd\&.pid\fR > file\&. If this option is not given, > \fIfwknopd\fR >-will use the compile\-time default location (typically \*(Aq@localstatedir@/run/fwknop/fwknopd\&.pid)\&. >+will use the compile\-time default location (typically \*(Aq@localstatedir@/fwknop/fwknopd\&.pid)\&. > .RE > .PP > \fB\-P, \-\-pcap\-filter\fR=\fI<filter>\fR >@@ -225,7 +225,7 @@ files\&. This will also force a flush of the current \(lqFWKNOP\(rq iptables cha > \fB\-\-rotate\-digest\-cache\fR > .RS 4 > Rotate the digest cache file by renaming it to \(lq<name>\-old\(rq, and starting a new one\&. The digest cache file is typically found in >-\fI@localstatedir@/run/fwknop/digest\&.cache\fR\&. >+\fI@localstatedir@/fwknop/digest\&.cache\fR\&. > .RE > .PP > \fB\-S, \-\-status\fR >diff --git a/server/fwknopd.conf.inst b/server/fwknopd.conf.inst >index 1370b31..bd53173 100644 >--- a/server/fwknopd.conf.inst >+++ b/server/fwknopd.conf.inst >@@ -375,7 +375,7 @@ > > # Directories - These can override compile-time defaults. > # >-#FWKNOP_RUN_DIR /var/run/fwknop; >+#FWKNOP_RUN_DIR /run/fwknop; > #FWKNOP_CONF_DIR /etc/fwknop; > > # Files >diff --git a/server/fwknopd_common.h b/server/fwknopd_common.h >index 3273899..cfcb9b9 100644 >--- a/server/fwknopd_common.h >+++ b/server/fwknopd_common.h >@@ -70,7 +70,7 @@ > /* Our default run directory is based on LOCALSTATEDIR as set by the > * configure script. This is where we put the PID and digest cache files. > */ >- #define DEF_RUN_DIR SYSRUNDIR"/run/"PACKAGE_NAME >+ #define DEF_RUN_DIR SYSRUNDIR"/"PACKAGE_NAME > #endif > > /* More Conf defaults
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 519716
:
382742
|
382744
|
389730
|
389732
|
389734
|
389736
|
389738
|
391870
|
391872
|
391874
|
391876
|
402084
|
402086
|
402262
|
402266