[BusyBox] bug#1278: [patch] minor correction for usage.h

Tobias Otto-Adamczak toa at indakom.de
Tue Oct 22 08:16:03 UTC 2002


Package: busybox
Version: cvs

The usage message for the start_stop_daemon applet does not conform to
the code. Find patch below.

Kind regards
Tobias Otto-Adamczak
-- 
Design Engineer
IDK GmbH, Senefelderstr. 35, 09126 Chemnitz, Germany
fon: +49 (0)371 2823118
fax: +49 (0)371 372035


Index: busybox/include/usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.111
diff -u -r1.111 usage.h
--- busybox/include/usage.h     14 Oct 2002 21:41:22 -0000      1.111
+++ busybox/include/usage.h     22 Oct 2002 13:00:46 -0000
@@ -1650,8 +1650,8 @@
        "Options:\n" \
        "-S\t\t\tstart\n"\
        "-K\t\t\tstop\n"\
+       "-b\t\t\tforce process into background (daemonize)\n"\
        "-x <executable>\t\tprogram to start/check if it is running\n"\
-       "-p <pid-file>\t\tpid file to check\n"\
        "-u <username>|<uid>\tstop this user's processes\n"\
        "-n <process-name>\tstop processes with this name\n"\
        "-s <signal>\t\tsignal to send (default 15)\n"\




More information about the busybox mailing list