forked from Lainports/opnsense-ports
34 lines
1.3 KiB
Groff
34 lines
1.3 KiB
Groff
--- doc/oidentd.8.orig 2019-01-08 08:56:02.000000000 +0100
|
|
+++ doc/oidentd.8 2019-04-19 15:01:30.103268000 +0200
|
|
@@ -65,7 +65,7 @@
|
|
.TP
|
|
.B "\-C or \-\-config=<config file>"
|
|
Use the specified file as the configuration file. The default location of the
|
|
-configuration file is \fB/etc/oidentd.conf\fP.
|
|
+configuration file is \fB%%PREFIX%%/etc/oidentd.conf\fP.
|
|
|
|
.TP
|
|
.B "\-d or \-\-debug"
|
|
@@ -85,7 +85,7 @@
|
|
masquerade through us to those machines on the specified port. If a port is not
|
|
given, \fBoidentd\fP will use the default port for the ident service ("auth" or
|
|
port 113). If the forwarded request fails, \fBoidentd\fP will fall back to
|
|
-reading the \fB/etc/oidentd_masq.conf\fP file. In order for forwarding to work,
|
|
+reading the \fB%%PREFIX%%/etc/oidentd_masq.conf\fP file. In order for forwarding to work,
|
|
the machine to which the connection is forwarded must also be running
|
|
\fBoidentd\fP, and \fBoidentd\fP must be run with the \fB-P\fP switch
|
|
specifying the host that is forwarding the connections. If the ident daemon on
|
|
@@ -198,11 +198,11 @@
|
|
|
|
.SH FILES
|
|
.TP
|
|
-.B /etc/oidentd.conf
|
|
+.B %%PREFIX%%/etc/oidentd.conf
|
|
The system-wide configuration file.
|
|
|
|
.TP
|
|
-.B /etc/oidentd_masq.conf
|
|
+.B %%PREFIX%%/etc/oidentd_masq.conf
|
|
The NAT/IP masquerading mappings.
|
|
|
|
.TP
|