aboutsummaryrefslogtreecommitdiffstats
path: root/security/tcp_wrapper/files/patch-ac
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1997-08-05 08:36:01 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1997-08-05 08:36:01 +0000
commit8698aa65cfe4d6e350c519245df527eba949c2e5 (patch)
tree97f65b6b092bb7576de9b3fd15f405c8c42554ce /security/tcp_wrapper/files/patch-ac
parentab99236e2ceb2efff73277c9d060e43a58d10cd6 (diff)
/etc/hosts.{allow,deny} -> $PREFIX/etc/hosts.{allow,deny}
Diffstat (limited to 'security/tcp_wrapper/files/patch-ac')
-rw-r--r--security/tcp_wrapper/files/patch-ac42
1 files changed, 42 insertions, 0 deletions
diff --git a/security/tcp_wrapper/files/patch-ac b/security/tcp_wrapper/files/patch-ac
new file mode 100644
index 000000000000..b784180c8252
--- /dev/null
+++ b/security/tcp_wrapper/files/patch-ac
@@ -0,0 +1,42 @@
+*** hosts_access.5.orig Tue Aug 5 10:14:41 1997
+--- hosts_access.5 Tue Aug 5 10:15:08 1997
+***************
+*** 21,30 ****
+ at the first match:
+ .IP \(bu
+ Access will be granted when a (daemon,client) pair matches an entry in
+! the \fI/etc/hosts.allow\fR file.
+ .IP \(bu
+ Otherwise, access will be denied when a (daemon,client) pair matches an
+! entry in the \fI/etc/hosts.deny\fR file.
+ .IP \(bu
+ Otherwise, access will be granted.
+ .PP
+--- 21,30 ----
+ at the first match:
+ .IP \(bu
+ Access will be granted when a (daemon,client) pair matches an entry in
+! the \fI!!PREFIX!!/etc/hosts.allow\fR file.
+ .IP \(bu
+ Otherwise, access will be denied when a (daemon,client) pair matches an
+! entry in the \fI!!PREFIX!!/etc/hosts.deny\fR file.
+ .IP \(bu
+ Otherwise, access will be granted.
+ .PP
+***************
+*** 268,274 ****
+ file:
+ .PP
+ .ne 2
+! /etc/hosts.deny:
+ .in +3
+ ALL: ALL
+ .PP
+--- 268,274 ----
+ file:
+ .PP
+ .ne 2
+! !!PREFIX!!/etc/hosts.deny:
+ .in +3
+ ALL: ALL
+ .PP