]> err.no Git - dpkg/commit
* Add a -d|--chdir option to start-stop-daemon.
authorAdam Heath <doogie@debian.org>
Sat, 20 Sep 2003 23:48:18 +0000 (23:48 +0000)
committerAdam Heath <doogie@debian.org>
Sat, 20 Sep 2003 23:48:18 +0000 (23:48 +0000)
commit65517fd0215b9476d03886f4684cf52a1f521061
tree6be6fdb4b52c7148f52fe71fa14f779e2f68f632
parent77adfd088684299647c04da1da492e98db30e6c2
* Add a -d|--chdir option to start-stop-daemon.
* Split the background block into 2 parts: one that does the fork, and
  opens /dev/tty and /dev/null, and one that does everything else.  The
  second block is then moved to be run right before the exec.  This allows
  error messages to be seen from the child(previously, they were lost), and
  allows for the chroot to not require the device files.
* When --start, --startas and --pidfile are given, print 'process' instead
  of '(null)' for the process name, if it's already running.
ChangeLog
debian/changelog
utils/start-stop-daemon.8
utils/start-stop-daemon.c