-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Package: dpkg
Version: 1.10.28

start-stop-daemon wrong usage report.
When you run /sbin/start-stop-daemon --help it says (amongst others)
- ------------------
  -C|--chdir <directory>        Change to <directory>(default is /)
- ------------------

this is wrong. The option "-C" is invalid. Correct would be

- ------------------
  -d|--chdir <directory>        Change to <directory>(default is /)
- ------------------


Here is the patch.

- --- dpkg-1.10.28/utils/start-stop-daemon.c.orig 2005-10-13
09:31:51.000000000 +0200
+++ dpkg-1.10.28/utils/start-stop-daemon.c      2005-10-13
09:32:04.000000000 +0200
@@ -276,7 +276,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"
- -"  -C|--chdir <directory>        Change to <directory>(default is /)\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"
 "  -m|--make-pidfile             create the pidfile before starting\n"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Cygwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDTg7psLjW0HYht7URAvdvAKDlKyr6FXa96NpbD/vuvMrtBPrm7gCbB6p0
YFtWhRHJZh4eWas6mYnTDls=
=RHGg
-----END PGP SIGNATURE-----


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

Reply via email to