BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001030 [BusyBox] Other major always 09-14-06 13:16 09-20-06 08:41
Reporter jacques View Status public  
Assigned To BusyBox
Priority normal Resolution no change required  
Status closed   Product Version 1.2.x
Summary 0001030: 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
Additional Information
Attached Files

- Relationships

- Notes
(0001641)
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
09-20-06 08:41 bernhardf Resolution open => no change required


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker