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

Casey Duncan casey@zope.com
Wed, 27 Mar 2002 15:52:03 -0500


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

Modified Files:
      Tag: casey-death_to_index_html-branch
	make_start.py 
Log Message:
Updating branch to head for testing


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