From 7a74557e3b2857bf716ad3f6b54bac6c6c64becb Mon Sep 17 00:00:00 2001 From: hno <> Date: Mon, 8 Jul 2002 00:00:55 +0000 Subject: [PATCH] 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..) --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.47.3