diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-05 13:18:48 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-05 13:18:48 +0000 |
commit | 944910bb306d785f90ff41d264d5e85e52915297 (patch) | |
tree | 9c0760a07b327438d69a0d8c34405c28d8fffd10 /security | |
parent | fff48ed1873b4bd08a61b37dc98f19fdcc312cc1 (diff) | |
download | freebsd-ports-944910bb306d785f90ff41d264d5e85e52915297.zip |
Execute `ldconfig -R' at the pkg_delete step.
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
Diffstat (limited to 'security')
-rw-r--r-- | security/rsaref/pkg-plist | 1 | ||||
-rw-r--r-- | security/tcp_wrapper/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/security/rsaref/pkg-plist b/security/rsaref/pkg-plist index 3583b2b8dfb0..00a3f6e0d557 100644 --- a/security/rsaref/pkg-plist +++ b/security/rsaref/pkg-plist @@ -1,6 +1,7 @@ lib/librsaref.a lib/librsaref.so.2.0 @exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R include/rsa.h include/_md2.h include/_md5.h diff --git a/security/tcp_wrapper/pkg-plist b/security/tcp_wrapper/pkg-plist index 0d7d9d7df94b..9ddcd4174ffb 100644 --- a/security/tcp_wrapper/pkg-plist +++ b/security/tcp_wrapper/pkg-plist @@ -8,6 +8,7 @@ lib/libwrap.a @exec ranlib %D/%F lib/libwrap.so.7.6 @exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R man/man3/hosts_access.3.gz man/man5/hosts_access.5.gz man/man5/hosts_options.5.gz |