Author: guillem
Date: 2006-04-04 02:27:03 +0000 (Tue, 04 Apr 2006)
New Revision: 215

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/utils/start-stop-daemon.c
Log:
Add '-r' to the help output of start-stop-daemon (Jared Spiegel).
Closes: #354869


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2006-04-04 01:55:37 UTC (rev 214)
+++ trunk/ChangeLog     2006-04-04 02:27:03 UTC (rev 215)
@@ -1,3 +1,8 @@
+2006-04-04  Jared Spiegel  <[EMAIL PROTECTED]>
+
+       * utils/start-stop-daemon.c (do_help): Add '-r' option to the help
+       output.
+
 2006-04-04  Guillem Jover  <[EMAIL PROTECTED]>
 
        * utils/start-stop-daemon.c (main): Prefix the chroot path, if any,

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-04-04 01:55:37 UTC (rev 214)
+++ trunk/debian/changelog      2006-04-04 02:27:03 UTC (rev 215)
@@ -23,6 +23,8 @@
     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 <[EMAIL PROTECTED]>  Tue, 21 Mar 2006 20:46:24 +0100
 

Modified: trunk/utils/start-stop-daemon.c
===================================================================
--- trunk/utils/start-stop-daemon.c     2006-04-04 01:55:37 UTC (rev 214)
+++ trunk/utils/start-stop-daemon.c     2006-04-04 02:27:03 UTC (rev 215)
@@ -301,6 +301,7 @@
 "  -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"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to