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"