Parent Directory | Revision Log | Revision Graph
Import of plague-0.4.5.4-1.el4.sme.1.src.rpm
1 | slords | 1.1 | --- common/daemonize.py.orig 2006-09-14 09:42:31.000000000 -0500 |
2 | +++ common/daemonize.py 2006-09-14 09:41:34.000000000 -0500 | ||
3 | @@ -69,7 +69,7 @@ | ||
4 | # to do this could make a filesystem unmountable. | ||
5 | os.chdir("/") | ||
6 | # Give the child complete control over permissions. | ||
7 | - os.umask(0) | ||
8 | + os.umask(0002) | ||
9 | else: | ||
10 | os._exit(0) # Exit parent (the first child) of the second child. | ||
11 | else: |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |