diff options
Diffstat (limited to 'daemon.c')
-rw-r--r-- | daemon.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -242,10 +242,8 @@ nottyDetach: return(PS_IOERR); } -#ifdef HAVE_GETCWD /* move to root directory, so we don't prevent filesystem unmounts */ chdir("/"); -#endif /* set our umask to something reasonable (we hope) */ #if defined(DEF_UMASK) |