]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
make install-pinger need to give execute permission to the Squid
authorhno <>
Mon, 8 Jul 2002 00:00:55 +0000 (00:00 +0000)
committerhno <>
Mon, 8 Jul 2002 00:00:55 +0000 (00:00 +0000)
user (i.e. all users, as we do not know the user Squid is running as..)

Makefile.am

index 3bbe9e6ce499770681deff71b2fd05bc406dad7c..a04188816df3908e2f2966a2c14fbb2f22f788fa 100644 (file)
@@ -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)