summaryrefslogtreecommitdiff
path: root/security/tcp_wrapper/scripts/configure
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/scripts/configure
parent"ftp://freefall...." -> ${MASTER_SITES_LOCAL}. freefall doesn't offer (diff)
/etc/hosts.{allow,deny} -> $PREFIX/etc/hosts.{allow,deny}
Notes
Notes: svn path=/head/; revision=7484
Diffstat (limited to '')
-rw-r--r--security/tcp_wrapper/scripts/configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/tcp_wrapper/scripts/configure b/security/tcp_wrapper/scripts/configure
new file mode 100644
index 000000000000..cf7ffc8bdf27
--- /dev/null
+++ b/security/tcp_wrapper/scripts/configure
@@ -0,0 +1,14 @@
+#!/bin/sh
+#
+# $Id$
+#
+
+FILES="hosts_access.3 hosts_access.5 tcpd.8 tcpdchk.8 tcpdmatch.8"
+
+cd ${WRKSRC}
+
+for f in $FILES; do
+ mv $f $f.bak &&
+ sed <$f.bak >$f s+!!PREFIX!!+$PREFIX+g
+done
+