extras-buildsys/common daemonize.py,1.1,1.2

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Thu Sep 14 14:34:25 UTC 2006


Author: ausil

Update of /cvs/fedora/extras-buildsys/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30301/common

Modified Files:
	daemonize.py 
Log Message:
fix cvsdate tagging for cvs rom  set umask to 0002



Index: daemonize.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/common/daemonize.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- daemonize.py	10 Jul 2005 04:48:39 -0000	1.1
+++ daemonize.py	14 Sep 2006 14:34:18 -0000	1.2
@@ -69,7 +69,7 @@
          # to do this could make a filesystem unmountable.
          os.chdir("/")
          # Give the child complete control over permissions.
-         os.umask(0)
+         os.umask(0002)
       else:
          os._exit(0)      # Exit parent (the first child) of the second child.
    else:




More information about the scm-commits mailing list