diff options
Diffstat (limited to 'src/start-stop-daemon.c')
-rw-r--r-- | src/start-stop-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c index 20d2cec8..f61c2d90 100644 --- a/src/start-stop-daemon.c +++ b/src/start-stop-daemon.c @@ -684,7 +684,7 @@ int start_stop_daemon (int argc, char **argv) case_RC_COMMON_GETOPT } - quiet = rc_is_env ("RC_QUIET", "yes"); + quiet = rc_env_bool ("RC_QUIET"); verbose = rc_is_env ("RC_VERBOSE", "yes"); /* Allow start-stop-daemon --signal HUP --exec /usr/sbin/dnsmasq |