Browse Source

Changed nss-ldapd to install the sample .conf file in $docdir

early
Alejandro Mery 18 years ago
parent
commit
f7949d5b12
  1. 2
      network/nss-ldapd/nss-ldapd.conf

2
network/nss-ldapd/nss-ldapd.conf

@ -23,3 +23,5 @@ var_append confopt ' ' "--with-ldap-dir=$root/`pkgprefix openldap`"
var_append confopt ' ' "--with-ldap-conf-file=$root`pkgprefix sysconfdir openldap`/ldap.conf"
var_append confopt ' ' "--with-ldap-secret-file=$root`pkgprefix sysconfdir openldap`/ldap.secret"
var_append GCC_WRAPPER_APPEND ' ' "-L$root/`pkgprefix libdir openldap`"
hook_add postmake 5 'cp -vf nss-ldapd.conf $root$docdir/ldap.conf'

Loading…
Cancel
Save