edcbb6b1bd
threading support the slurpd daemon would not be built. - New option: SLURPD to determine whether to build the replication daemon. (enabled by default). The replication functionality is not used by every user so it is desirable to give decision to the user. - When threading is disabled, reflect the fact that slurpd is not being built/installed. [1] This would also override the user chosen SLURPD option. - Disable SHELL backend by default. [1] Reported by: pointyhat via kris
73 lines
2.8 KiB
Text
73 lines
2.8 KiB
Text
@comment $FreeBSD$
|
|
@unexec %%RC_DIR%%/etc/rc.d/slapd%%RC_SUFX%% stop 2>&1 >/dev/null || true
|
|
%%SLURPD%%@unexec %%RC_DIR%%/etc/rc.d/slurpd%%RC_SUFX%% stop 2>&1 >/dev/null || true
|
|
etc/openldap/schema/README
|
|
etc/openldap/schema/core.ldif
|
|
etc/openldap/schema/openldap.ldif
|
|
@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
|
|
etc/openldap/DB_CONFIG.example
|
|
%%SLAPI%%lib/libslapi.a
|
|
%%SLAPI%%lib/libslapi.la
|
|
%%SLAPI%%lib/libslapi.so
|
|
%%SLAPI%%lib/libslapi-2.3.so
|
|
%%SLAPI%%lib/libslapi-2.3.so.2
|
|
%%MODULES%%@exec mkdir -p %D/libexec/openldap
|
|
%%BACK_BDB%%libexec/openldap/back_bdb-2.3.so
|
|
%%BACK_BDB%%libexec/openldap/back_bdb-2.3.so.2
|
|
%%BACK_BDB%%libexec/openldap/back_bdb.la
|
|
%%BACK_BDB%%libexec/openldap/back_bdb.so
|
|
%%BACK_HDB%%libexec/openldap/back_hdb-2.3.so
|
|
%%BACK_HDB%%libexec/openldap/back_hdb-2.3.so.2
|
|
%%BACK_HDB%%libexec/openldap/back_hdb.la
|
|
%%BACK_HDB%%libexec/openldap/back_hdb.so
|
|
%%BACKEND%%libexec/openldap/back_ldap-2.3.so
|
|
%%BACKEND%%libexec/openldap/back_ldap-2.3.so.2
|
|
%%BACKEND%%libexec/openldap/back_ldap.la
|
|
%%BACKEND%%libexec/openldap/back_ldap.so
|
|
%%BACKEND%%libexec/openldap/back_ldbm-2.3.so
|
|
%%BACKEND%%libexec/openldap/back_ldbm-2.3.so.2
|
|
%%BACKEND%%libexec/openldap/back_ldbm.la
|
|
%%BACKEND%%libexec/openldap/back_ldbm.so
|
|
%%BACKEND%%libexec/openldap/back_meta-2.3.so
|
|
%%BACKEND%%libexec/openldap/back_meta-2.3.so.2
|
|
%%BACKEND%%libexec/openldap/back_meta.la
|
|
%%BACKEND%%libexec/openldap/back_meta.so
|
|
%%BACKEND%%libexec/openldap/back_monitor-2.3.so
|
|
%%BACKEND%%libexec/openldap/back_monitor-2.3.so.2
|
|
%%BACKEND%%libexec/openldap/back_monitor.la
|
|
%%BACKEND%%libexec/openldap/back_monitor.so
|
|
%%BACKEND%%libexec/openldap/back_null-2.3.so
|
|
%%BACKEND%%libexec/openldap/back_null-2.3.so.2
|
|
%%BACKEND%%libexec/openldap/back_null.la
|
|
%%BACKEND%%libexec/openldap/back_null.so
|
|
%%BACK_PERL%%libexec/openldap/back_perl-2.3.so
|
|
%%BACK_PERL%%libexec/openldap/back_perl-2.3.so.2
|
|
%%BACK_PERL%%libexec/openldap/back_perl.la
|
|
%%BACK_PERL%%libexec/openldap/back_perl.so
|
|
%%BACK_SHELL%%libexec/openldap/back_shell-2.3.so
|
|
%%BACK_SHELL%%libexec/openldap/back_shell-2.3.so.2
|
|
%%BACK_SHELL%%libexec/openldap/back_shell.la
|
|
%%BACK_SHELL%%libexec/openldap/back_shell.so
|
|
%%BACK_SQL%%libexec/openldap/back_sql-2.3.so
|
|
%%BACK_SQL%%libexec/openldap/back_sql-2.3.so.2
|
|
%%BACK_SQL%%libexec/openldap/back_sql.la
|
|
%%BACK_SQL%%libexec/openldap/back_sql.so
|
|
libexec/slapd
|
|
%%SLURPD%%libexec/slurpd
|
|
@dirrmtry libexec/openldap
|
|
sbin/slapacl
|
|
sbin/slapadd
|
|
sbin/slapauth
|
|
sbin/slapcat
|
|
sbin/slapdn
|
|
sbin/slapindex
|
|
sbin/slappasswd
|
|
sbin/slaptest
|
|
@exec mkdir -p %%LDAP_RUN_DIR%%
|
|
@dirrmtry %%LDAP_RUN_DIR%%
|
|
@exec mkdir -p %%DATABASEDIR%%
|
|
@dirrmtry %%DATABASEDIR%%
|
|
%%SLURPD%%@exec mkdir -p %%SLURPDIR%%
|
|
%%SLURPD%%@dirrmtry %%SLURPDIR%%
|