[Zope-Checkins] CVS: Zope/inst - make_start.py:1.7

Matt Behrens matt@zigg.com
Sun, 17 Mar 2002 00:22:34 -0500


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv21281/inst

Modified Files:
	make_start.py 
Log Message:
set umask by default in start script


=== Zope/inst/make_start.py 1.6 => 1.7 ===
         open(start,'w').write(
             "#! /bin/sh\n"
+            "umask 077\n"
             "reldir=`dirname $0`\n"
             "%s=`cd $reldir; pwd`\n"
             "export %s\n"