summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-03-24 00:35:05 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-03-24 00:35:05 +0000
commitb1d8acd71f75815ba788e272ca192ea02f9ed692 (patch)
tree38e7e32161e668ac0656e23e6888fb06758f3e4d /security
parentHere is a patch for XFree86 to allow the proud owner of "The X Companion (diff)
Strip binaries on install
Notes
Notes: svn path=/head/; revision=1189
Diffstat (limited to 'security')
-rw-r--r--security/tcp_wrapper/files/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/tcp_wrapper/files/patch-aa b/security/tcp_wrapper/files/patch-aa
index 98ee029342a5..27efd62f55fd 100644
--- a/security/tcp_wrapper/files/patch-aa
+++ b/security/tcp_wrapper/files/patch-aa
@@ -146,10 +146,10 @@
+
+ install:
+ install -c libwrap.a ${PREFIX}/lib/libwrap.a
-+ install -c tcpd ${PREFIX}/libexec/tcpd
-+ install -c tcpdchk ${PREFIX}/sbin/tcpdchk
-+ install -c tcpdmatch ${PREFIX}/sbin/tcpdmatch
-+ install -c safe_finger ${PREFIX}/bin/safe_finger
++ install -cs tcpd ${PREFIX}/libexec/tcpd
++ install -cs tcpdchk ${PREFIX}/sbin/tcpdchk
++ install -cs tcpdmatch ${PREFIX}/sbin/tcpdmatch
++ install -cs safe_finger ${PREFIX}/bin/safe_finger
+ install -c tcpd.8 ${PREFIX}/man/man8/tcpd.8
+ install -c tcpdchk.8 ${PREFIX}/man/man8/tcpdchk.8
+ install -c tcpdmatch.8 ${PREFIX}/man/man8/tcpdmatch.8