From a4fe5095c2268bc517e1907d3c70a3f420ccfe98 Mon Sep 17 00:00:00 2001 From: oes Date: Mon, 8 Apr 2002 22:43:41 +0000 Subject: [PATCH] Fix: Include dotfiles in fixing webserver permissions --- GNUmakefile.in | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 125f1176..8feea7b5 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.74 2002/04/08 15:22:44 hal9 Exp $ +# $Id: GNUmakefile.in,v 1.75 2002/04/08 22:14:59 oes Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -672,8 +672,8 @@ webserver: tidy $(TAR) c $$upload | ssh ijbswa.sourceforge.net 'cd /home/groups/i/ij/ijbswa/htdocs/; tar xvm' @$(ECHO) Fixing permissions - @ssh ijbswa.sourceforge.net 'find /home/groups/i/ij/ijbswa/htdocs/* -type d | xargs chmod 775 2>/dev/null' - @ssh ijbswa.sourceforge.net 'find /home/groups/i/ij/ijbswa/htdocs/* -type f | xargs chmod 664 2>/dev/null' + @ssh ijbswa.sourceforge.net 'find /home/groups/i/ij/ijbswa/htdocs/ -type d | xargs chmod 775 2>/dev/null' + @ssh ijbswa.sourceforge.net 'find /home/groups/i/ij/ijbswa/htdocs/ -type f | xargs chmod 664 2>/dev/null' @ssh ijbswa.sourceforge.net 'chmod 666 /home/groups/i/ij/ijbswa/htdocs/actions/results/actions-feedback.txt 2>/dev/null' web-actions: tidy @@ -683,7 +683,7 @@ web-actions: tidy $(TAR) c $$upload | ssh ijbswa.sourceforge.net 'cd /home/groups/i/ij/ijbswa/htdocs/actions; tar xvm' @$(ECHO) Fixing permissions - @ssh ijbswa.sourceforge.net 'find /home/groups/i/ij/ijbswa/htdocs/actions/* -type f | xargs chmod 664 2>/dev/null' + @ssh ijbswa.sourceforge.net 'find /home/groups/i/ij/ijbswa/htdocs/actions/ -type f | xargs chmod 664 2>/dev/null' @ssh ijbswa.sourceforge.net 'chmod 666 /home/groups/i/ij/ijbswa/htdocs/actions/results/actions-feedback.txt 2>/dev/null' ############################################################################# @@ -795,6 +795,9 @@ install: all ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.75 2002/04/08 22:14:59 oes +# Silencing tar warnings in the web* targets +# # Revision 1.74 2002/04/08 15:22:44 hal9 # This has finishing touches for dok building. Should be ready to go. # -The main doc build is now 'make dok', should work on Redhat too. -- 2.39.2