freebsd-ports/security/oidentd/files/patch-oidentd.8
Oliver Lehmann aac49f07a4 [1]:
- Remove USE_GMAKE (builds okay here with BSD make)
        - Clean up portions of main Makefile (don't need post/pre)
        - Add %%PREFIX%% man page patches
        - Add patch for ipv6_missing.h; removes EAI_MEMORY
          re-definition warnings, and is more FreeBSD-focused
        - Support 'oidentd_conf' rc.subr variable for those who want to
          be able to specify a configuration file.  Also update the
          'required_files' code to work with this too...

[2]:
        - make it work with FreeBSD-5 in combination with option  --reply

PR:		ports/71378 [1]
Submitted By:	Jeremy Chadwick <freebsd@jdc.parodius.com> [1]
Noted By:	Markus Hästbacka <midian@ihme.org> [2]
2004-10-15 17:44:18 +00:00

34 lines
2.4 KiB
Groff

--- doc/oidentd.8.orig Sun Apr 27 20:40:59 2003
+++ doc/oidentd.8 Sat Sep 4 16:12:29 2004
@@ -58,7 +58,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.
+Use the specified file as the configuration file. The default location of the configuration file is \fB%%PREFIX%%/etc/oidentd.conf\fP.
.TP
.B "\-d or \-\-debug"
@@ -70,7 +70,7 @@
.TP
.B "\-f or \-\-forward=[<port>]"
-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. 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 is capable of returning a fixed string for any lookup (for example, the ident server built in to the mIRC windows IRC client), it is not necessary to run oidentd on that host.
+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%%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 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 is capable of returning a fixed string for any lookup (for example, the ident server built in to the mIRC windows IRC client), it is not necessary to run oidentd on that host.
.TP
.B "\-g or \-\-group=<group|GID>"
@@ -152,11 +152,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