mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
71ed03ba0d
PR: ports/116054 Submitted by: Ganael Laplanche <ganael.laplanche at martymac.com> (maintainer) - Install to PREFIX instead of LOCALBASE - Use INSTALL_* macros instead of CP - Handle configuration files per Porter's Handbook - Documents go to DOCSDIR, not ETCDIR - Use SourceForge mirror as first choice Approved by: Ganael Laplanche <ganael.laplanche at martymac.com> (maintainer)
28 lines
796 B
Plaintext
28 lines
796 B
Plaintext
@unexec if cmp -s %D/%%ETCDIR%%/ldapscripts.conf.sample %D/%%ETCDIR%%/ldapscripts.conf; then rm -f %D/%%ETCDIR%%/ldapscripts.conf; fi
|
|
%%ETCDIR%%/ldapscripts.conf.sample
|
|
@exec if [ ! -f %D/%%ETCDIR%%/ldapscripts.conf ] ; then cp -p %D/%F %B/ldapscripts.conf; fi
|
|
%%ETCDIR%%/runtime
|
|
%%ETCDIR%%/ldapaddgroup.template.sample
|
|
%%ETCDIR%%/ldapadduser.template.sample
|
|
%%ETCDIR%%/ldapaddmachine.template.sample
|
|
@dirrmtry %%ETCDIR%%
|
|
bin/_ldapdeletemachine
|
|
bin/_ldapinit
|
|
bin/_lsldap
|
|
bin/ldapaddgroup
|
|
bin/ldapaddmachine
|
|
bin/ldapadduser
|
|
bin/ldapaddusertogroup
|
|
bin/ldapdeletegroup
|
|
bin/ldapdeleteuser
|
|
bin/ldapdeleteuserfromgroup
|
|
bin/ldapsetprimarygroup
|
|
bin/ldaprenameuser
|
|
bin/_ldaprenamemachine
|
|
bin/_ldaprenamegroup
|
|
bin/_ldappasswd
|
|
bin/_ldapfinger
|
|
bin/_ldapmodifygroup
|
|
bin/_ldapmodifymachine
|
|
bin/_ldapmodifyuser
|