17ce9f5aea
- default to BerkelyDB 4.2 CAUTION: The OpenLDAP library name changed from libldap.2 to libldap.202 You might want to do: portupgrade -rf 'openldap-client-2.2.*' Approved by: marcus (mentor)
22 lines
788 B
Text
22 lines
788 B
Text
@comment $FreeBSD$
|
|
@unexec %%RC_DIR%%/slapd%%RC_SUFX%% stop 2>&1 >/dev/null || true
|
|
@unexec %%RC_DIR%%/slurpd%%RC_SUFX%% stop 2>&1 >/dev/null || true
|
|
etc/openldap/schema/README
|
|
@unexec if cmp -s %D/etc/openldap/slapd.conf %D/etc/openldap/slapd.conf.default; then rm -f %D/etc/openldap/slapd.conf; fi
|
|
etc/openldap/slapd.conf.default
|
|
@exec [ -f %B/slapd.conf ] || cp %B/%f %B/slapd.conf
|
|
%%SLAPI%%lib/libslapi.a
|
|
%%SLAPI%%lib/libslapi.so
|
|
%%SLAPI%%lib/libslapi.so.202
|
|
libexec/slapd
|
|
libexec/slurpd
|
|
sbin/slapadd
|
|
sbin/slapcat
|
|
sbin/slapindex
|
|
sbin/slappasswd
|
|
@exec mkdir -p %%LDAP_RUN_DIR%%
|
|
@unexec rmdir %%LDAP_RUN_DIR%% 2>/dev/null || true
|
|
@exec mkdir -p %%DATABASEDIR%%
|
|
@unexec rmdir %%DATABASEDIR%% 2>/dev/null || true
|
|
@exec mkdir -p %%SLURPDIR%%
|
|
@unexec rmdir %%SLURPDIR%% 2>/dev/null || true
|