mirror of
https://github.com/mirror/busybox.git
synced 2025-09-10 22:45:25 +02:00
start-stop-daemon: make --output not depend on FANCY
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -419,11 +419,11 @@ static const char start_stop_daemon_longopts[] ALIGN1 =
|
||||
"quiet\0" No_argument "q"
|
||||
"test\0" No_argument "t"
|
||||
"make-pidfile\0" No_argument "m"
|
||||
"output\0" Required_argument "O"
|
||||
# if ENABLE_FEATURE_START_STOP_DAEMON_FANCY
|
||||
"oknodo\0" No_argument "o"
|
||||
"verbose\0" No_argument "v"
|
||||
"nicelevel\0" Required_argument "N"
|
||||
"output\0" Required_argument "O"
|
||||
# endif
|
||||
"startas\0" Required_argument "a"
|
||||
"name\0" Required_argument "n"
|
||||
|
||||
Reference in New Issue
Block a user