diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-30 09:11:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-30 09:11:51 +0000 |
commit | 4eea42bbfa65e39298536844b2328708a0c0a77b (patch) | |
tree | 40aa64ac3c94c078fe5577a109c083041176e326 /net/openldap22-server/pkg-plist | |
parent | - Fix MASTER_SITES (diff) |
[MAINTAINER] ports net/openldap2[012]-server: didn't start upon boot on 5.x, misc. improvements
- the start/stop scripts failed when booting on 5.x machines,
detected by Barry Pederson <bp@barryp.org>
- Fix OpenLDAP ITS 2672: eternal loop in back-bdb (2.1 only)
- unify the start/stop scripts again, so that they are identical
across versions
- added a check for the deprecated variable slapd_args
PR: ports/56174
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'net/openldap22-server/pkg-plist')
-rw-r--r-- | net/openldap22-server/pkg-plist | 10 |
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%% |