diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-01-25 05:54:29 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-01-25 05:54:29 +0000 |
commit | 9fa3e04104e715c76a76ece74634a9b42750bf22 (patch) | |
tree | 1b29067b004d60d67f67cd2efa40eeac5782c77f /security/tcp_wrapper | |
parent | 0fd1ce02d6e084f74c266629ee5917db71eee9d1 (diff) | |
download | ports-9fa3e04104e715c76a76ece74634a9b42750bf22.tar.gz ports-9fa3e04104e715c76a76ece74634a9b42750bf22.zip |
Notes
Diffstat (limited to 'security/tcp_wrapper')
-rw-r--r-- | security/tcp_wrapper/Makefile | 4 | ||||
-rw-r--r-- | security/tcp_wrapper/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index 19b2df40660e..8b67b61fa026 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.10 1995/11/22 13:20:16 asami Exp $ +# $Id: Makefile,v 1.11 1996/01/25 03:00:28 ache Exp $ # DISTNAME= tcp_wrappers_7.2 @@ -16,7 +16,7 @@ MAINTAINER= torstenb@FreeBSD.ORG ALL_TARGET= freebsd post-install: - ldconfig -m ${PREFIX}/lib + /sbin/ldconfig -m ${PREFIX}/lib gzip -9nf ${PREFIX}/man/man3/hosts_access.3 \ ${PREFIX}/man/man5/hosts_access.5 ${PREFIX}/man/man5/hosts_options.5 \ ${PREFIX}/man/man8/tcpd.8 ${PREFIX}/man/man8/tcpdchk.8 \ diff --git a/security/tcp_wrapper/pkg-plist b/security/tcp_wrapper/pkg-plist index b1398e4ec9b9..62cb698d4b21 100644 --- a/security/tcp_wrapper/pkg-plist +++ b/security/tcp_wrapper/pkg-plist @@ -7,7 +7,7 @@ bin/try-from lib/libwrap.a @exec ranlib %D/%F lib/libwrap.so.7.2 -@exec ldconfig -m %B +@exec /sbin/ldconfig -m %B man/man3/hosts_access.3.gz man/man5/hosts_access.5.gz man/man5/hosts_options.5.gz |