Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 519716 | Differences between
and this patch

Collapse All | Expand All

(-)a/doc/fwknopd.man.asciidoc (-3 / +3 lines)
Lines 68-74 COMMAND-LINE OPTIONS Link Here
68
*-d, --digest-file*='<digest-file>'::
68
*-d, --digest-file*='<digest-file>'::
69
    Specify the location of the 'digest.cache' file. If this option is
69
    Specify the location of the 'digest.cache' file. If this option is
70
    not given, 'fwknopd' will use the compile-time default location (typically
70
    not given, 'fwknopd' will use the compile-time default location (typically
71
    '@localstatedir@/run/fwknop/digest.cache').
71
    '@localstatedir@/fwknop/digest.cache').
72
72
73
*-D, --dump-config*::
73
*-D, --dump-config*::
74
    Dump the configuration values that *fwknopd* derives from the
74
    Dump the configuration values that *fwknopd* derives from the
Lines 131-137 COMMAND-LINE OPTIONS Link Here
131
*-p, --pid-file*='<pid-file>'::
131
*-p, --pid-file*='<pid-file>'::
132
    Specify the location of the 'fwknopd.pid' file. If this option is
132
    Specify the location of the 'fwknopd.pid' file. If this option is
133
    not given, 'fwknopd' will use the compile-time default location (typically
133
    not given, 'fwknopd' will use the compile-time default location (typically
134
    '@localstatedir@/run/fwknop/fwknopd.pid).
134
    '@localstatedir@/fwknop/fwknopd.pid).
135
135
136
*-P, --pcap-filter*='<filter>'::
136
*-P, --pcap-filter*='<filter>'::
137
    Specify a Berkeley packet filter statement on the *fwknopd* command
137
    Specify a Berkeley packet filter statement on the *fwknopd* command
Lines 165-171 COMMAND-LINE OPTIONS Link Here
165
*--rotate-digest-cache*::
165
*--rotate-digest-cache*::
166
    Rotate the digest cache file by renaming it to ``<name>-old'', and
166
    Rotate the digest cache file by renaming it to ``<name>-old'', and
167
    starting a new one. The digest cache file is typically found in
167
    starting a new one. The digest cache file is typically found in
168
    '@localstatedir@/run/fwknop/digest.cache'.
168
    '@localstatedir@/fwknop/digest.cache'.
169
169
170
*-S, --status*::
170
*-S, --status*::
171
    Display the status of any *fwknopd* processes that may or not be
171
    Display the status of any *fwknopd* processes that may or not be
(-)a/extras/apparmor/usr.sbin.fwknopd (-2 lines)
Lines 1-6 Link Here
1
# Last Modified: Sun Aug 18 22:54:57 2013
1
# Last Modified: Sun Aug 18 22:54:57 2013
2
# Assumes fwknopd was built with:
3
#    './configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var'
4
#include <tunables/global>
2
#include <tunables/global>
5
3
6
/usr/sbin/fwknopd {
4
/usr/sbin/fwknopd {
(-)a/fwknop.spec (-1 / +1 lines)
Lines 8-14 Link Here
8
%define _libdir /usr/lib
8
%define _libdir /usr/lib
9
%endif
9
%endif
10
%define _sysconfdir /etc
10
%define _sysconfdir /etc
11
%define _localstatedir /var
11
%define _localstatedir /run
12
%define _infodir /usr/share/info
12
%define _infodir /usr/share/info
13
%define _mandir /usr/share/man
13
%define _mandir /usr/share/man
14
14
(-)a/server/fwknopd.8.in (-3 / +3 lines)
Lines 94-100 Specify the location of the Link Here
94
file\&. If this option is not given,
94
file\&. If this option is not given,
95
\fIfwknopd\fR
95
\fIfwknopd\fR
96
will use the compile\-time default location (typically
96
will use the compile\-time default location (typically
97
\fI@localstatedir@/run/fwknop/digest\&.cache\fR)\&.
97
\fI@localstatedir@/fwknop/digest\&.cache\fR)\&.
98
.RE
98
.RE
99
.PP
99
.PP
100
\fB\-D, \-\-dump\-config\fR
100
\fB\-D, \-\-dump\-config\fR
Lines 196-202 Specify the location of the Link Here
196
\fIfwknopd\&.pid\fR
196
\fIfwknopd\&.pid\fR
197
file\&. If this option is not given,
197
file\&. If this option is not given,
198
\fIfwknopd\fR
198
\fIfwknopd\fR
199
will use the compile\-time default location (typically \*(Aq@localstatedir@/run/fwknop/fwknopd\&.pid)\&.
199
will use the compile\-time default location (typically \*(Aq@localstatedir@/fwknop/fwknopd\&.pid)\&.
200
.RE
200
.RE
201
.PP
201
.PP
202
\fB\-P, \-\-pcap\-filter\fR=\fI<filter>\fR
202
\fB\-P, \-\-pcap\-filter\fR=\fI<filter>\fR
Lines 244-250 files\&. This will also force a flush of the current \(lqFWKNOP\(rq iptables cha Link Here
244
\fB\-\-rotate\-digest\-cache\fR
244
\fB\-\-rotate\-digest\-cache\fR
245
.RS 4
245
.RS 4
246
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
246
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
247
\fI@localstatedir@/run/fwknop/digest\&.cache\fR\&.
247
\fI@localstatedir@/fwknop/digest\&.cache\fR\&.
248
.RE
248
.RE
249
.PP
249
.PP
250
\fB\-S, \-\-status\fR
250
\fB\-S, \-\-status\fR
(-)a/server/fwknopd.conf (-1 / +1 lines)
Lines 484-490 Link Here
484
484
485
# Directories - These can override compile-time defaults.
485
# Directories - These can override compile-time defaults.
486
#
486
#
487
#FWKNOP_RUN_DIR              /var/run/fwknop;
487
#FWKNOP_RUN_DIR              /run/fwknop;
488
#FWKNOP_CONF_DIR             /etc/fwknop;
488
#FWKNOP_CONF_DIR             /etc/fwknop;
489
489
490
# Files
490
# Files
(-)a/server/fwknopd_common.h (-1 / +1 lines)
Lines 70-76 Link Here
70
  /* Our default run directory is based on LOCALSTATEDIR as set by the
70
  /* Our default run directory is based on LOCALSTATEDIR as set by the
71
   * configure script. This is where we put the PID and digest cache files.
71
   * configure script. This is where we put the PID and digest cache files.
72
  */
72
  */
73
  #define DEF_RUN_DIR       SYSRUNDIR"/run/"PACKAGE_NAME
73
  #define DEF_RUN_DIR       SYSRUNDIR"/"PACKAGE_NAME
74
#endif
74
#endif
75
75
76
/* More Conf defaults
76
/* More Conf defaults

Return to bug 519716