diff options
Diffstat (limited to 'security/tcp_wrapper')
-rw-r--r-- | security/tcp_wrapper/files/patch-aa | 8 |
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 |