diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-07 14:01:25 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-07 14:01:25 +0000 |
commit | 6ef2dc6e19b63972fbcd949d325f74b87ef312b3 (patch) | |
tree | 22afa5e37d08484c0d21f291337a812ce0b8c31b /net/openldap24-server/pkg-plist | |
parent | ebb10f1bafc7db5d17db30d21d483e82a7c70283 (diff) |
Notes
Diffstat (limited to 'net/openldap24-server/pkg-plist')
-rw-r--r-- | net/openldap24-server/pkg-plist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/openldap24-server/pkg-plist b/net/openldap24-server/pkg-plist index ff9ec200b978..9306575d05f9 100644 --- a/net/openldap24-server/pkg-plist +++ b/net/openldap24-server/pkg-plist @@ -39,8 +39,8 @@ etc/openldap/ldap.conf.default %%SERVER%%@unexec if cmp -s %D/etc/openldap/slapd.conf %D/etc/openldap/slapd.conf.default; then rm -f %D/etc/openldap/slapd.conf; fi %%SERVER%%etc/openldap/slapd.conf.default %%SERVER%%@exec [ -f %B/slapd.conf ] || cp %B/%f %B/slapd.conf -%%SERVER%%@unexec /bin/rmdir %D/etc/openldap/schema 2>/dev/null || true -@unexec /bin/rmdir %D/etc/openldap 2>/dev/null || true +%%SERVER%%@unexec rmdir %D/etc/openldap/schema 2>/dev/null || true +@unexec rmdir %D/etc/openldap 2>/dev/null || true %%SERVER%%etc/rc.d/slapd.sh %%SERVER%%etc/rc.d/slurpd.sh include/lber.h @@ -78,6 +78,6 @@ share/openldap/ucdata/kdecomp.dat share/openldap/ucdata/num.dat @dirrm share/openldap/ucdata @dirrm share/openldap -%%SERVER%%@unexec /bin/rmdir %%LOCALSTATEDIR%%/openldap-slurp 2>/dev/null || true -%%SERVER%%@unexec /bin/rmdir %%LOCALSTATEDIR%%/openldap-data 2>/dev/null || true -%%SERVER%%@unexec /bin/rmdir %%LDAP_RUN_DIR%% 2>/dev/null || true +%%SERVER%%@unexec rmdir %%LOCALSTATEDIR%%/openldap-slurp 2>/dev/null || true +%%SERVER%%@unexec rmdir %%LOCALSTATEDIR%%/openldap-data 2>/dev/null || true +%%SERVER%%@unexec rmdir %%LDAP_RUN_DIR%% 2>/dev/null || true |