Date: Fri, 12 Sep 2014 18:33:16 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368060 - head/security/pam_ldap/files Message-ID: <201409121833.s8CIXGTd090055@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Sep 12 18:33:15 2014 New Revision: 368060 URL: http://svnweb.freebsd.org/changeset/ports/368060 QAT: https://qat.redports.org/buildarchive/r368060/ Log: Allow staging as a regular user Modified: head/security/pam_ldap/files/patch-Makefile.in Modified: head/security/pam_ldap/files/patch-Makefile.in ============================================================================== --- head/security/pam_ldap/files/patch-Makefile.in Fri Sep 12 18:24:59 2014 (r368059) +++ head/security/pam_ldap/files/patch-Makefile.in Fri Sep 12 18:33:15 2014 (r368060) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2010-12-17 14:34:23.708132000 -0500 -+++ Makefile.in 2010-12-17 14:35:48.000000000 -0500 -@@ -594,17 +594,13 @@ uninstall-man: uninstall-man5 +--- Makefile.in.orig 2010-11-08 00:58:44 UTC ++++ Makefile.in +@@ -594,17 +594,13 @@ install-exec-local: pam_ldap.so @$(NORMAL_INSTALL) @@ -9,7 +9,7 @@ -@EXTENSION_1_TRUE@@EXTENSION_SO_FALSE@ $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/libpam_ldap.1 -@EXTENSION_1_FALSE@@EXTENSION_SO_FALSE@ $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so.1 -@EXTENSION_1_FALSE@@EXTENSION_SO_FALSE@ (cd $(DESTDIR)$(libdir)/security; rm -f pam_ldap.so; ln -s pam_ldap.so.1 pam_ldap.so) -+ $(INSTALL_PROGRAM) -o root -g wheel pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so ++ $(INSTALL_PROGRAM) pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so install-data-local: @$(NORMAL_INSTALL) @@ -17,7 +17,7 @@ + @if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf.dist; then \ $(mkinstalldirs) $(DESTDIR)$(sysconfdir); \ - $(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; \ ++ $(INSTALL_DATA) $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf.dist; \ fi uninstall-local:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409121833.s8CIXGTd090055>