[BusyBox 0001030]: start-stop-daemon: unrecognized option `--start'
bugs at busybox.net
bugs at busybox.net
Wed Sep 20 15:41:02 UTC 2006
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=1030
======================================================================
Reported By: jacques
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 1030
Category: Other
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 09-14-2006 13:16 PDT
Last Modified: 09-20-2006 08:41 PDT
======================================================================
Summary: start-stop-daemon: unrecognized option `--start'
Description:
# start-stop-daemon --help
BusyBox v1.2.1 (2006.09.14-16:38+0000) multi-call binary
Usage: start-stop-daemon [OPTIONS] [--start|--stop] ... [-- arguments...]
...
# start-stop-daemon --start --quiet --pidfile /var/run/dropbear.pid --exec
/usr/sbin/dropbear
start-stop-daemon: unrecognized option `--start'
BusyBox v1.2.1 (2006.09.14-16:38+0000) multi-call binary
======================================================================
----------------------------------------------------------------------
bernhardf - 09-20-06 08:41
----------------------------------------------------------------------
If you want applets to support long options, then you have to enable
CONFIG_GETOPT_LONG and eventually enable the respective long option
support for the applets where you desire this.
That's the most flexible way to support long options without adding too
much bloat to applets where you don't want this support.
Not a bug, closing.
Issue History
Date Modified Username Field Change
======================================================================
09-14-06 13:16 jacques New Issue
09-14-06 13:16 jacques Status new => assigned
09-14-06 13:16 jacques Assigned To => BusyBox
09-20-06 08:41 bernhardf Status assigned => closed
09-20-06 08:41 bernhardf Note Added: 0001641
======================================================================
More information about the busybox-cvs
mailing list