mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
6 lines
249 B
Plaintext
6 lines
249 B
Plaintext
lib/nss_ldap.so.1
|
|
@unexec if cmp -s %D/etc/nss_ldap.conf %D/etc/nss_ldap.conf.sample; then rm -f %D/etc/nss_ldap.conf; fi
|
|
etc/nss_ldap.conf.sample
|
|
@exec if [ ! -f %D/etc/nss_ldap.conf ]; then cp %B/%f %D/etc/nss_ldap.conf; fi
|
|
man/man5/nss_ldap.5.gz
|