diff options
| author | Torsten Blum <torstenb@FreeBSD.org> | 1997-08-05 08:36:01 +0000 |
|---|---|---|
| committer | Torsten Blum <torstenb@FreeBSD.org> | 1997-08-05 08:36:01 +0000 |
| commit | 8698aa65cfe4d6e350c519245df527eba949c2e5 (patch) | |
| tree | 97f65b6b092bb7576de9b3fd15f405c8c42554ce /security/tcp_wrapper/files/patch-af | |
| parent | "ftp://freefall...." -> ${MASTER_SITES_LOCAL}. freefall doesn't offer (diff) | |
/etc/hosts.{allow,deny} -> $PREFIX/etc/hosts.{allow,deny}
Diffstat (limited to 'security/tcp_wrapper/files/patch-af')
| -rw-r--r-- | security/tcp_wrapper/files/patch-af | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/security/tcp_wrapper/files/patch-af b/security/tcp_wrapper/files/patch-af new file mode 100644 index 000000000000..0362d41aff80 --- /dev/null +++ b/security/tcp_wrapper/files/patch-af @@ -0,0 +1,40 @@ +*** tcpdmatch.8.orig Tue Aug 5 10:18:39 1997 +--- tcpdmatch.8 Tue Aug 5 10:18:56 1997 +*************** +*** 11,17 **** + request for service. Examples are given below. + .PP + The program examines the \fItcpd\fR access control tables (default +! \fI/etc/hosts.allow\fR and \fI/etc/hosts.deny\fR) and prints its + conclusion. For maximal accuracy, it extracts additional information + from your \fIinetd\fR or \fItlid\fR network configuration file. + .PP +--- 11,17 ---- + request for service. Examples are given below. + .PP + The program examines the \fItcpd\fR access control tables (default +! \fI!!PREFIX!!/etc/hosts.allow\fR and \fI!!PREFIXX!!/etc/hosts.deny\fR) and prints its + conclusion. For maximal accuracy, it extracts additional information + from your \fIinetd\fR or \fItlid\fR network configuration file. + .PP +*************** +*** 76,84 **** + .PP + The default locations of the \fItcpd\fR access control tables are: + .PP +! /etc/hosts.allow + .br +! /etc/hosts.deny + .SH SEE ALSO + .na + .nf +--- 76,84 ---- + .PP + The default locations of the \fItcpd\fR access control tables are: + .PP +! !!PREFIX!!/etc/hosts.allow + .br +! !!PREFIX!!/etc/hosts.deny + .SH SEE ALSO + .na + .nf |
