Преглед на файлове

Add '-r' to the help output of start-stop-daemon (Jared Spiegel).
Closes: #354869

Guillem Jover преди 20 години
родител
ревизия
f796888fee
променени са 3 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. 5 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 1 0
      utils/start-stop-daemon.c

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+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,

+ 2 - 0
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 <bubulle@debian.org>  Tue, 21 Mar 2006 20:46:24 +0100
 

+ 1 - 0
utils/start-stop-daemon.c

@@ -301,6 +301,7 @@ do_help(void)
 "  -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"