fix for utils.daemonize() as reported in https://fedorahosted.org/func/ticket/58
authorAdrian Likins <alikins@redhat.com>
Fri, 19 Sep 2008 18:52:32 +0000 (14:52 -0400)
committerAdrian Likins <alikins@redhat.com>
Fri, 19 Sep 2008 18:52:32 +0000 (14:52 -0400)
by goozbach

Couple of things wrong, fd's were getting closed in wrong place, the
call to os.cwd('/') was supposed to be os.chdir('/')

Also try duping the fd's just in case


No differences found