[Pkg-jed-commit] r421 - www

Rafael Laboissiere rafael at costa.debian.org
Tue Sep 12 07:21:19 UTC 2006


Author: rafael
Date: 2006-09-12 07:21:14 +0000 (Tue, 12 Sep 2006)
New Revision: 421

Modified:
   www/Makefile
Log:
Set group write permission to the files installed in the web server.


Modified: www/Makefile
===================================================================
--- www/Makefile	2006-09-11 21:33:16 UTC (rev 420)
+++ www/Makefile	2006-09-12 07:21:14 UTC (rev 421)
@@ -15,7 +15,7 @@
 	svn up
 	@echo -n "Installing web site... "
 	tar c --mode 664 $(INSTALLFILES) | \
-	  ssh $(HOST) 'cd $(DIR); sg $(GROUP) -c "tar x"'
+	  ssh $(HOST) 'cd $(DIR); umask 12; sg $(GROUP) -c "tar x"'
 	@echo done
 
 %.html: %.txt




More information about the Pkg-jed-commit mailing list