aboutsummaryrefslogtreecommitdiff
path: root/debianutils/start_stop_daemon.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-11-08 14:42:00 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2023-11-08 14:42:00 +0100
commit59cf2c23aebaeed29fd5a8a0f112e01c1f1dd45f (patch)
tree31de06ee4435016f359fa9ef575cb4a6dd274864 /debianutils/start_stop_daemon.c
parent58ca629fd27cd9d7f91a8ea90435cdb3f15381aa (diff)
downloadbusybox-w32-59cf2c23aebaeed29fd5a8a0f112e01c1f1dd45f.tar.gz
busybox-w32-59cf2c23aebaeed29fd5a8a0f112e01c1f1dd45f.tar.bz2
busybox-w32-59cf2c23aebaeed29fd5a8a0f112e01c1f1dd45f.zip
start-stop-daemon: make --output not depend on FANCY
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-rw-r--r--debianutils/start_stop_daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c
index 00fa0a82c..271bc4edf 100644
--- a/debianutils/start_stop_daemon.c
+++ b/debianutils/start_stop_daemon.c
@@ -419,11 +419,11 @@ static const char start_stop_daemon_longopts[] ALIGN1 =
419 "quiet\0" No_argument "q" 419 "quiet\0" No_argument "q"
420 "test\0" No_argument "t" 420 "test\0" No_argument "t"
421 "make-pidfile\0" No_argument "m" 421 "make-pidfile\0" No_argument "m"
422 "output\0" Required_argument "O"
422# if ENABLE_FEATURE_START_STOP_DAEMON_FANCY 423# if ENABLE_FEATURE_START_STOP_DAEMON_FANCY
423 "oknodo\0" No_argument "o" 424 "oknodo\0" No_argument "o"
424 "verbose\0" No_argument "v" 425 "verbose\0" No_argument "v"
425 "nicelevel\0" Required_argument "N" 426 "nicelevel\0" Required_argument "N"
426 "output\0" Required_argument "O"
427# endif 427# endif
428 "startas\0" Required_argument "a" 428 "startas\0" Required_argument "a"
429 "name\0" Required_argument "n" 429 "name\0" Required_argument "n"