From: Guillem Jover Date: Tue, 4 Apr 2006 02:27:03 +0000 (+0000) Subject: Add '-r' to the help output of start-stop-daemon (Jared Spiegel). X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f796888fee8a6e2de6abc11f0404572314e6c784;p=dpkg Add '-r' to the help output of start-stop-daemon (Jared Spiegel). Closes: #354869 --- diff --git a/ChangeLog b/ChangeLog index 0af650c4..43bff382 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-04 Jared Spiegel + + * utils/start-stop-daemon.c (do_help): Add '-r' option to the help + output. + 2006-04-04 Guillem Jover * utils/start-stop-daemon.c (main): Prefix the chroot path, if any, diff --git a/debian/changelog b/debian/changelog index 7262d743..a93cdbf7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ dpkg (1.13.18~) UNRELEASED; urgency=low 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 Tue, 21 Mar 2006 20:46:24 +0100 diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c index 3bfc03d9..73122d41 100644 --- a/utils/start-stop-daemon.c +++ b/utils/start-stop-daemon.c @@ -301,6 +301,7 @@ do_help(void) " -n|--name stop processes with this name\n" " -s|--signal signal to send (default TERM)\n" " -a|--startas program to start (default is )\n" +" -r|--chroot chroot to before starting\n" " -d|--chdir Change to (default is /)\n" " -N|--nicelevel add incr to the process's nice level\n" " -b|--background force the process to detach\n"