diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-06-26 17:39:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-06-26 17:39:19 +0000 |
commit | d184cf8e713018ac8d11539f839e6367bf37adfc (patch) | |
tree | 0e3d0d9f2e5a1574fada8f65e1a372ee1e260142 /security/pam_ldap/files | |
parent | Update to 6.5. (diff) |
Update to 1.7.8, now with a shiny new man page.
Notes
Notes:
svn path=/head/; revision=138046
Diffstat (limited to 'security/pam_ldap/files')
-rw-r--r-- | security/pam_ldap/files/patch-aa | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/security/pam_ldap/files/patch-aa b/security/pam_ldap/files/patch-aa index f1b2f434833d..3e3444405a67 100644 --- a/security/pam_ldap/files/patch-aa +++ b/security/pam_ldap/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.in.orig Wed Sep 25 09:49:08 2002 -+++ Makefile.in Sat Oct 12 00:52:19 2002 -@@ -405,17 +405,13 @@ +--- Makefile.in.orig Sun Jun 26 13:33:47 2005 ++++ Makefile.in Sun Jun 26 13:35:09 2005 +@@ -434,19 +434,15 @@ install-exec-local: pam_ldap.so @$(NORMAL_INSTALL) @@ -19,5 +19,8 @@ - $(INSTALL_DATA) -o root -g root $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf; \ + $(INSTALL_DATA) -o root -g wheel $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf.dist; \ fi +- $(INSTALL_DATA) -o root -g root $(srcdir)/pam_ldap.5 $(DESTDIR)$(mandir)/man5/pam_ldap.5 ++ $(INSTALL_DATA) -o root -g wheel $(srcdir)/pam_ldap.5 $(DESTDIR)$(mandir)/man5/pam_ldap.5 uninstall-local: + @$(NORMAL_UNINSTALL) |