From: hno <> Date: Mon, 8 Jul 2002 00:00:55 +0000 (+0000) Subject: make install-pinger need to give execute permission to the Squid X-Git-Tag: SQUID_3_0_PRE1~914 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a74557e3b2857bf716ad3f6b54bac6c6c64becb;p=thirdparty%2Fsquid.git make install-pinger need to give execute permission to the Squid user (i.e. all users, as we do not know the user Squid is running as..) --- diff --git a/Makefile.am b/Makefile.am index 3bbe9e6ce4..a04188816d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.11 2002/07/06 20:18:18 hno Exp $ +# $Id: Makefile.am,v 1.12 2002/07/07 18:00:55 hno Exp $ # AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5 @@ -35,4 +35,4 @@ EXTRA_DIST = \ install-pinger: chown root $(libexecdir)/pinger$(EXEEXT) - chmod 4700 $(libexecdir)/pinger$(EXEEXT) + chmod 4711 $(libexecdir)/pinger$(EXEEXT)