diff options
Diffstat (limited to 'security/tcp_wrapper/scripts/configure')
| -rw-r--r-- | security/tcp_wrapper/scripts/configure | 14 |
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 + |
