1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
2014-02-09 12:31:05 +00:00

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