aboutsummaryrefslogtreecommitdiffstats
path: root/net/openldap22-server/pkg-plist
diff options
context:
space:
mode:
Diffstat (limited to 'net/openldap22-server/pkg-plist')
-rw-r--r--net/openldap22-server/pkg-plist10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/openldap22-server/pkg-plist b/net/openldap22-server/pkg-plist
index d283b88ee117..d2c94faf8fe7 100644
--- a/net/openldap22-server/pkg-plist
+++ b/net/openldap22-server/pkg-plist
@@ -40,12 +40,12 @@ sbin/slapadd
sbin/slapcat
sbin/slapindex
sbin/slappasswd
-@exec mkdir -p %%LOCALSTATEDIR%%/openldap-slurp
-@unexec rmdir %%LOCALSTATEDIR%%/openldap-slurp 2>/dev/null || true
-@exec mkdir -p %%LOCALSTATEDIR%%/openldap-data
-@unexec rmdir %%LOCALSTATEDIR%%/openldap-data 2>/dev/null || true
@exec mkdir -p %%LDAP_RUN_DIR%%
-@unexec rmdir %%LDAP_RUN_DIR%% 2>/dev/null || true
+@exec mkdir -p %%DATABASEDIR%%
+@exec mkdir -p %%SLURPDIR%%
+@unexec rmdir %%LDAP_RUN_DIR%%
+@unexec rmdir %%DATABASEDIR%% 2>/dev/null || true
+@unexec rmdir %%SLURPDIR%% 2>/dev/null || true
@cwd %%RC_DIR%%
slapd%%RC_SUFX%%
slurpd%%RC_SUFX%%