From: robertc <> Date: Mon, 4 Aug 2003 02:38:02 +0000 (+0000) Subject: backout pam_auth suid change X-Git-Tag: SQUID_3_0_PRE3~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a943d70d7357df89ffe07803a85339b120f69cf;p=thirdparty%2Fsquid.git backout pam_auth suid change --- diff --git a/helpers/basic_auth/PAM/Makefile.am b/helpers/basic_auth/PAM/Makefile.am index d8bf599fe8..1d992a9fe4 100644 --- a/helpers/basic_auth/PAM/Makefile.am +++ b/helpers/basic_auth/PAM/Makefile.am @@ -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 diff --git a/helpers/basic_auth/PAM/Makefile.in b/helpers/basic_auth/PAM/Makefile.in index dd25c783cf..3066e7e81e 100644 --- a/helpers/basic_auth/PAM/Makefile.in +++ b/helpers/basic_auth/PAM/Makefile.in @@ -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: