diff options
author | Roy Marples <roy@marples.name> | 2007-09-26 07:30:00 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-26 07:30:00 +0000 |
commit | e24d808fc50cba4f6da3ead3936e7960f38f60a3 (patch) | |
tree | e99877e8583a7520e31451ba97aa1cba22a9f3c1 /src/start-stop-daemon.c | |
parent | 8a7b58a73d0ef5a9a7f583bf73b1dc917f2a29de (diff) |
Handle fstab with spaces
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 f61c2d90..89d03a2f 100644 --- a/src/start-stop-daemon.c +++ b/src/start-stop-daemon.c @@ -685,7 +685,7 @@ int start_stop_daemon (int argc, char **argv) } quiet = rc_env_bool ("RC_QUIET"); - verbose = rc_is_env ("RC_VERBOSE", "yes"); + verbose = rc_env_bool ("RC_VERBOSE"); /* Allow start-stop-daemon --signal HUP --exec /usr/sbin/dnsmasq * instead of forcing --stop --oknodo as well */ |