Fix several problems with start-stop-daemon, add -m support

This commit is contained in:
Eric Andersen
2004-04-13 18:28:46 +00:00
parent 3ddff210e6
commit 625da9d61e
2 changed files with 46 additions and 27 deletions

View File

@ -2230,6 +2230,7 @@
"\n\t-b|--background\t\t\tforce process into background"\
"\n\t-u|--user <username>|<uid>\tstop this user's processes"\
"\n\t-x|--exec <executable>\t\tprogram to either start or check"\
"\n\t-m|--make-pidfile <filename>\tcreate the -p file and enter pid in it"\
"\n\t-n|--name <process-name>\tstop processes with this name"\
"\n\t-p|--pidfile <pid-file>\t\tsave or load pid using a pid-file"\
"\n\t-q|--quiet\t\t\tbe quiet" \