16fb33b68d
Notable changes: - Forwarding code for OpenBSD now fixed in the main distribution - Minor fixes for pf-based NAT. From maintainer, Jolan Luff <jolan@cryptonomicon.org>.
36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
$OpenBSD: patch-doc_oidentd_8,v 1.2 2002/08/20 22:23:00 lebel Exp $
|
|
--- doc/oidentd.8.orig Thu Aug 8 19:37:45 2002
|
|
+++ doc/oidentd.8 Tue Aug 20 16:45:40 2002
|
|
@@ -64,7 +64,7 @@ Use the specified alternate charset.
|
|
.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.
|
|
+location of the configuration file is \fB%%SYSCONFDIR%%/oidentd.conf\fP.
|
|
|
|
.TP
|
|
.B "\-d or \-\-debug"
|
|
@@ -82,7 +82,7 @@ unnecessary information to remote client
|
|
When IP masquerading support is enabled, forward requests for machines that
|
|
masquerade through us to those machines on the specified port. If a port is not given, oidentd
|
|
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.
|
|
+request fails, \fBoidentd\fP will fall back to reading the \fB%%SYSCONFDIR%%/oidentd_masq.conf\fP file.
|
|
In order for forwarding to work, the machine to which the connection is forwarded must also
|
|
be running oidentd, and oidentd must be run with the -P switch specifying the host that is
|
|
forwarding the connections. If the ident daemon on the host to which the connection is forwarded
|
|
@@ -162,11 +162,11 @@ Display options and exit.
|
|
|
|
.SH FILES
|
|
.TP
|
|
-.B /etc/oidentd.conf
|
|
+.B %%SYSCONFDIR%%/oidentd.conf
|
|
System-wide configuration file.
|
|
|
|
.TP
|
|
-.B /etc/oidentd_masq.conf
|
|
+.B %%SYSCONFDIR%%/oidentd_masq.conf
|
|
IP masquerading mappings.
|
|
|
|
.TP
|