/[smecontribs]/rpms/plague/contribs7/plague-0.4-daemonize.patch
ViewVC logotype

Annotation of /rpms/plague/contribs7/plague-0.4-daemonize.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Mon Sep 8 14:04:49 2008 UTC (15 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
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 RSS 2.0 feed