aboutsummaryrefslogtreecommitdiff
path: root/security/pam_ldap/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-06-26 17:39:19 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-06-26 17:39:19 +0000
commitd184cf8e713018ac8d11539f839e6367bf37adfc (patch)
tree0e3d0d9f2e5a1574fada8f65e1a372ee1e260142 /security/pam_ldap/files
parent4f0a5cf9777e2d39de380d144b92345f2bb40963 (diff)
downloadports-d184cf8e713018ac8d11539f839e6367bf37adfc.tar.gz
ports-d184cf8e713018ac8d11539f839e6367bf37adfc.zip
Notes
Diffstat (limited to 'security/pam_ldap/files')
-rw-r--r--security/pam_ldap/files/patch-aa9
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)