Mercurial > p > roundup > code
diff roundup/scripts/roundup_server.py @ 3609:f2fda3e6fc8b
umask is now configurable (with the same 0002 default)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 27 Apr 2006 04:59:37 +0000 |
| parents | 7bf2b4523b75 |
| children | 2addec69757a |
line wrap: on
line diff
--- a/roundup/scripts/roundup_server.py Thu Apr 27 04:14:48 2006 +0000 +++ b/roundup/scripts/roundup_server.py Thu Apr 27 04:59:37 2006 +0000 @@ -17,7 +17,7 @@ """Command-line script that runs a server over roundup.cgi.client. -$Id: roundup_server.py,v 1.82 2006-02-22 05:40:56 a1s Exp $ +$Id: roundup_server.py,v 1.83 2006-04-27 04:59:37 richard Exp $ """ __docformat__ = 'restructuredtext' @@ -657,7 +657,6 @@ os._exit(0) os.chdir("/") - os.umask(0) # close off std(in|out|err), redirect to devnull so the file # descriptors can't be used again
