summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-05-27 16:48:47 +0000
committerRoy Marples <roy@marples.name>2008-05-27 16:48:47 +0000
commitaaaa0b50d88d0fd3d2d971b76076e79ccef46b97 (patch)
treedc69a181e0a7e613ffa3e96daf38d83168edfe1d
parentca6f289c80110c9767bd9ae67ea7017976576837 (diff)
downloadopenrc-aaaa0b50d88d0fd3d2d971b76076e79ccef46b97.tar.gz
openrc-aaaa0b50d88d0fd3d2d971b76076e79ccef46b97.tar.bz2
openrc-aaaa0b50d88d0fd3d2d971b76076e79ccef46b97.tar.xz
Be quiet when checking at start.
-rw-r--r--src/rc/start-stop-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c
index 7ee9b2f..ce018fc 100644
--- a/src/rc/start-stop-daemon.c
+++ b/src/rc/start-stop-daemon.c
@@ -857,7 +857,7 @@ int start_stop_daemon(int argc, char **argv)
}
if (pidfile) {
- pid = get_pid(pidfile, quiet);
+ pid = get_pid(pidfile, true);
} else
pid = 0;