Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-11-08 16:42:00 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2023-11-08 16:42:00 +0300
commit59cf2c23aebaeed29fd5a8a0f112e01c1f1dd45f (patch)
tree31de06ee4435016f359fa9ef575cb4a6dd274864
parent58ca629fd27cd9d7f91a8ea90435cdb3f15381aa (diff)
start-stop-daemon: make --output not depend on FANCY
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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 =
"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"