@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.2 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