+2006-04-04 Jared Spiegel <jrrs@frontiernet.net>
+
+ * utils/start-stop-daemon.c (do_help): Add '-r' option to the help
+ output.
+
2006-04-04 Guillem Jover <guillem@debian.org>
* utils/start-stop-daemon.c (main): Prefix the chroot path, if any,
Closes: #359935
* Prefix any chroot path to the exec file name when stating it in
start-stop-daemon. Closes: #318771, #333066
+ * Add '-r' to the help output of start-stop-daemon (Jared Spiegel).
+ Closes: #354869
-- Christian Perrier <bubulle@debian.org> Tue, 21 Mar 2006 20:46:24 +0100
" -n|--name <process-name> stop processes with this name\n"
" -s|--signal <signal> signal to send (default TERM)\n"
" -a|--startas <pathname> program to start (default is <executable>)\n"
+" -r|--chroot <directory> chroot to <directory> before starting\n"
" -d|--chdir <directory> Change to <directory>(default is /)\n"
" -N|--nicelevel <incr> add incr to the process's nice level\n"
" -b|--background force the process to detach\n"