diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
commit | 186c2e326cb8f9a0f44b44cdbf6314e0999b346e (patch) | |
tree | d6ef0b4cb3c1fa6a810fcdd9bfa232d1cf549823 /net/openldap23-server | |
parent | 6a77d20e05b80528dcd9a58bcc85fd76537a65da (diff) | |
download | ports-186c2e326cb8f9a0f44b44cdbf6314e0999b346e.tar.gz ports-186c2e326cb8f9a0f44b44cdbf6314e0999b346e.zip |
Notes
Diffstat (limited to 'net/openldap23-server')
-rw-r--r-- | net/openldap23-server/pkg-plist.client | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap23-server/pkg-plist.client b/net/openldap23-server/pkg-plist.client index 483572128391..0a759e9ef9dd 100644 --- a/net/openldap23-server/pkg-plist.client +++ b/net/openldap23-server/pkg-plist.client @@ -10,7 +10,7 @@ bin/ldapwhoami @unexec if cmp -s %D/etc/openldap/ldap.conf %D/etc/openldap/ldap.conf.default; then rm -f %D/etc/openldap/ldap.conf; fi etc/openldap/ldap.conf.default @exec [ -f %B/ldap.conf ] || cp %B/%f %B/ldap.conf -@unexec rmdir %D/etc/openldap 2>/dev/null || true +@dirrmtry etc/openldap include/lber.h include/lber_types.h include/ldap.h @@ -40,4 +40,4 @@ lib/libldap_r-2.3.so.1 @comment share/openldap/ucdata/num.dat @comment @dirrm share/openldap/ucdata @comment @dirrm share/openldap -@unexec rmdir %D/libexec/openldap 2>/dev/null || true +@dirrmtry libexec/openldap |