aboutsummaryrefslogtreecommitdiffstats
path: root/security/tcp_wrapper/files/patch-ab
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-ab
parentab99236e2ceb2efff73277c9d060e43a58d10cd6 (diff)
/etc/hosts.{allow,deny} -> $PREFIX/etc/hosts.{allow,deny}
Diffstat (limited to 'security/tcp_wrapper/files/patch-ab')
-rw-r--r--security/tcp_wrapper/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/tcp_wrapper/files/patch-ab b/security/tcp_wrapper/files/patch-ab
new file mode 100644
index 000000000000..53c21fb50165
--- /dev/null
+++ b/security/tcp_wrapper/files/patch-ab
@@ -0,0 +1,19 @@
+*** hosts_access.3.orig Tue Aug 5 10:14:01 1997
+--- hosts_access.3 Tue Aug 5 10:14:35 1997
+***************
+*** 78,84 ****
+ hosts_access(5), format of the access control tables.
+ hosts_options(5), optional extensions to the base language.
+ .SH FILES
+! /etc/hosts.allow, /etc/hosts.deny, access control tables.
+ .SH BUGS
+ hosts_access() uses the strtok() library function. This may interfere
+ with other code that relies on strtok().
+--- 78,84 ----
+ hosts_access(5), format of the access control tables.
+ hosts_options(5), optional extensions to the base language.
+ .SH FILES
+! !!PREFIX!!/etc/hosts.allow, !!PREFIX!!/etc/hosts.deny, access control tables.
+ .SH BUGS
+ hosts_access() uses the strtok() library function. This may interfere
+ with other code that relies on strtok().