projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3b756d
)
commiting fix from:
author
Paul Fox
<pgf@brightstareng.com>
Fri, 29 Jul 2005 14:58:09 +0000
(14:58 -0000)
committer
Paul Fox
<pgf@brightstareng.com>
Fri, 29 Jul 2005 14:58:09 +0000
(14:58 -0000)
0000353
: [PATCH] start-stop-daemon -q is not quiet
debianutils/start_stop_daemon.c
patch
|
blob
|
history
diff --git
a/debianutils/start_stop_daemon.c
b/debianutils/start_stop_daemon.c
index 1eaf0d78c03d82f2433e673fa29e99fdaa81c601..03f49165c8ac17c33109ee11c11d56ff3733ca6e 100644
(file)
--- a/
debianutils/start_stop_daemon.c
+++ b/
debianutils/start_stop_daemon.c
@@
-242,6
+242,9
@@
start_stop_daemon_main(int argc, char **argv)
bb_show_usage();
}
+ if (opt & SSD_OPT_QUIET)
+ quiet = 1;
+
if (signame) {
signal_nr = bb_xgetlarg(signame, 10, 0, NSIG);
}