df15f5fedf
* OpenLDAP 2.0 is no longer actively maintained by the OpenLDAP Project. * You are strongly encouraged to update to OpenLDAP 2.1 * Port maintainers: Please respect the default in bsd.port.mk * I plan to remove OpenLDAP 2.0 from the FreeBSD ports tree May 2004 - Update net/openldap21-client and net/openldap21-server to version 2.1.23 - Update net/openldap22-client and net/openldap22-server to version 2.2.2.b, fix ITS#2747 from CVS - some fixes for net/openldap20-server from CVS, seems like there won't be a 2.0.28 release anymore - remove conflict with deleted port net/openldap12 - use PORTDOCS - use USE_OPENSSL - don't use _REENTRANT - add a deinstall message PR: 58278 Submitted by: me Approved by: marcus (mentor)
19 lines
683 B
Plaintext
19 lines
683 B
Plaintext
@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
|
|
@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
|
|
libexec/slapd
|
|
libexec/slurpd
|
|
sbin/slapadd
|
|
sbin/slapcat
|
|
sbin/slapindex
|
|
sbin/slappasswd
|
|
@exec mkdir -p %%LDAP_RUN_DIR%%
|
|
@exec mkdir -p %%DATABASEDIR%%
|
|
@exec mkdir -p %%SLURPDIR%%
|
|
@unexec rmdir %%LDAP_RUN_DIR%% 2>/dev/null || true
|
|
@unexec rmdir %%DATABASEDIR%% 2>/dev/null || true
|
|
@unexec rmdir %%SLURPDIR%% 2>/dev/null || true
|