diff options
author | ache <ache@FreeBSD.org> | 1996-01-25 05:54:29 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-01-25 05:54:29 +0000 |
commit | 06157591a22224a0e6030d45399217ea61c25f9a (patch) | |
tree | 0c0187419e085026921850962de4de6aa3503692 /security/tcp_wrapper/pkg-plist | |
parent | 6b883ff3df9961be6b2f5825e9c56f56a131e213 (diff) | |
download | FreeBSD-ports-06157591a22224a0e6030d45399217ea61c25f9a.zip FreeBSD-ports-06157591a22224a0e6030d45399217ea61c25f9a.tar.gz |
Use absolute path to ldconfig
Diffstat (limited to 'security/tcp_wrapper/pkg-plist')
-rw-r--r-- | security/tcp_wrapper/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tcp_wrapper/pkg-plist b/security/tcp_wrapper/pkg-plist index b1398e4..62cb698 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 |