Package: obexpushd
Version: 0.3-2
When the program daemonizes, contrary to the stated behaviour of
spitting the files into the directory it's started in, the programme
changes directory to / (i.e the root directory).
This is because it uses the function 'daemon' to daemonize itself and
passes a zero for the first parameter.
>From the daemon (3) man page:
Unless the argument nochdir is non-zero, daemon() changes the current
working directory to the root ("/").
So the fix is to pass a non-zero value.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]