From 9e847ae098691171be6619d8927ee400729f5c57 Mon Sep 17 00:00:00 2001
From: swa <swa@users.sourceforge.net>
Date: Fri, 29 Mar 2002 06:59:04 +0000
Subject: [PATCH] other users could not modify files on webserver

---
 GNUmakefile.in | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index a764f0eb..6edd6d09 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.40 2002/03/28 04:22:44 hal9 Exp $
+# $Id: GNUmakefile.in,v 1.41 2002/03/28 20:43:00 swa Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -553,7 +553,9 @@ webserver:
 	@$(ECHO) Note that this command scps all stuff to the webserver,
 	@$(ECHO) it will not remove obsolete documents.
 	@$(ECHO) -------------------------------------------------------
-	chmod -R a+r doc/webserver
+	chmod -R 664 doc/webserver
+# not sure if we need next line.swa.
+	chmod 775 doc/webserver/redirect.php
 	find doc/webserver -type d -exec chmod a+rx {} \;
 	cd doc/webserver && scp -Cr . ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
@@ -655,6 +657,9 @@ install: all
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.41  2002/03/28 20:43:00  swa
+# set make correctly
+#
 # Revision 1.40  2002/03/28 04:22:44  hal9
 # More on man2html stuff.
 #
-- 
2.49.0