Added fix for webserver permissions
authoroes <oes@users.sourceforge.net>
Tue, 2 Apr 2002 13:03:56 +0000 (13:03 +0000)
committeroes <oes@users.sourceforge.net>
Tue, 2 Apr 2002 13:03:56 +0000 (13:03 +0000)
GNUmakefile.in

index c316281..6cb5ee2 100644 (file)
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.49 2002/03/30 22:20:12 swa Exp $
+# $Id: GNUmakefile.in,v 1.50 2002/04/02 03:46:24 hal9 Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -572,18 +572,14 @@ webserver:
        @$(ECHO) Note that this command scps all stuff to the webserver,
        @$(ECHO) it will not remove obsolete documents.
        @$(ECHO) -------------------------------------------------------
-       find doc/webserver -type f -exec chmod 664 {} \;
-# 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/
+       @$(ECHO) Fixing permissions
+       @ssh ijbswa.sourceforge.net chmod -R g+rw /home/groups/i/ij/ijbswa/htdocs/ 2> /dev/null
 
 webquick:
-       find doc/webserver -type f -exec chmod 664 {} \;
-# 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/submit && scp -Cr . ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/submit
+       cd doc/webserver/actions && scp -Cr . ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/actions
+       @$(ECHO) Fixing permissions
+       @ssh ijbswa.sourceforge.net chmod -R g+rw /home/groups/i/ij/ijbswa/htdocs/actions 2> /dev/null
 
 
 #############################################################################
@@ -686,6 +682,10 @@ install: all
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.50  2002/04/02 03:46:24  hal9
+# Rewrite ldpOK.dsl so that sections are NOT numbered on FAQ, in an effort
+# to make the Table of Contents not so 'busy' looking. SuSE needs testing :)
+#
 # Revision 1.49  2002/03/30 22:20:12  swa
 # cd didn't work. neither did find.
 #