diff options
author | adam <adam> | 2010-11-03 11:39:07 +0000 |
---|---|---|
committer | adam <adam> | 2010-11-03 11:39:07 +0000 |
commit | 31ce10ea72e5d4e467ca351ca1667f2999432ebc (patch) | |
tree | da84ba8013bfb344d482f43910726d083eaa41a7 /databases/nss_ldap/patches | |
parent | 28bc80d2960c2121050da72f528659892e507aac (diff) | |
download | pkgsrc-31ce10ea72e5d4e467ca351ca1667f2999432ebc.tar.gz |
nss_ldap and pam-ldap now share the same configuration files
Diffstat (limited to 'databases/nss_ldap/patches')
-rw-r--r-- | databases/nss_ldap/patches/patch-af | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/nss_ldap/patches/patch-af b/databases/nss_ldap/patches/patch-af index 55b653cba7d..e1e8488fa5d 100644 --- a/databases/nss_ldap/patches/patch-af +++ b/databases/nss_ldap/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.5 2010/10/29 13:47:11 adam Exp $ +$NetBSD: patch-af,v 1.6 2010/11/03 11:39:08 adam Exp $ --- Makefile.in.orig 2009-11-06 10:28:08.000000000 +0000 +++ Makefile.in @@ -61,7 +61,7 @@ $NetBSD: patch-af,v 1.5 2010/10/29 13:47:11 adam Exp $ - $(INSTALL_DATA) -o $(INST_UID) -g $(INST_GID) $(srcdir)/ldap.conf $(DESTDIR)$(NSS_LDAP_PATH_CONF); \ - fi + $(mkinstalldirs) $(DESTDIR)$(sysconfdir) -+ $(INSTALL_DATA) -o $(INST_UID) -g $(INST_GID) $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/nss_ldap.conf ++ $(INSTALL_DATA) -o $(INST_UID) -g $(INST_GID) $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf $(INSTALL_DATA) -o $(INST_UID) -g $(INST_GID) $(srcdir)/nsswitch.ldap $(DESTDIR)$(sysconfdir)/nsswitch.ldap; uninstall-local: |