]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
backout pam_auth suid change
authorrobertc <>
Mon, 4 Aug 2003 02:38:02 +0000 (02:38 +0000)
committerrobertc <>
Mon, 4 Aug 2003 02:38:02 +0000 (02:38 +0000)
helpers/basic_auth/PAM/Makefile.am
helpers/basic_auth/PAM/Makefile.in

index d8bf599fe8b0b71d612f6c2931fd35bbe5b0bcf3..1d992a9fe41d2a524caab376d11b9fce5a740d64 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid PAM authentication helper
 #
-#  $Id: Makefile.am,v 1.6 2003/08/03 08:09:07 robertc Exp $
+#  $Id: Makefile.am,v 1.7 2003/08/03 20:38:02 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -12,7 +12,3 @@ man_MANS              = pam_auth.8
 EXTRA_DIST             = pam_auth.8
 libexec_PROGRAMS       = pam_auth
 LDADD                  = -L$(top_builddir)/lib -lmiscutil -lpam $(XTRA_LIBS)
-
-install-exec-hook:
-       chown root $(libexecdir)/pam_auth || true
-       chmod u+s $(libexecdir)/pam_auth || true
index dd25c783cf42f0d7ccff634b3c882e4de4a6b520..3066e7e81e604c2cf698d6014a6c7b0d06227f47 100644 (file)
@@ -17,7 +17,7 @@
 #
 #  Makefile for the Squid PAM authentication helper
 #
-#  $Id: Makefile.in,v 1.45 2003/08/03 08:09:07 robertc Exp $
+#  $Id: Makefile.in,v 1.46 2003/08/03 20:38:02 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -499,8 +499,6 @@ info-am:
 install-data-am: install-man
 
 install-exec-am: install-libexecPROGRAMS
-       @$(NORMAL_INSTALL)
-       $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
 
 install-info: install-info-am
 
@@ -540,10 +538,6 @@ uninstall-man: uninstall-man8
        ps ps-am tags uninstall uninstall-am uninstall-info-am \
        uninstall-libexecPROGRAMS uninstall-man uninstall-man8
 
-
-install-exec-hook:
-       chown root $(libexecdir)/pam_auth || true
-       chmod u+s $(libexecdir)/pam_auth || true
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: