[BusyBox-cvs] busybox/include usage.h,1.203,1.204

Erik Andersen andersen at busybox.net
Tue Apr 13 18:28:48 UTC 2004


Update of /var/cvs/busybox/include
In directory nail:/tmp/cvs-serv31191/include

Modified Files:
	usage.h 
Log Message:
Fix several problems with start-stop-daemon, add -m support


Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -d -r1.203 -r1.204
--- a/usage.h	12 Apr 2004 15:12:06 -0000	1.203
+++ b/usage.h	13 Apr 2004 18:28:46 -0000	1.204
@@ -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" \




More information about the busybox-cvs mailing list