From aaaa0b50d88d0fd3d2d971b76076e79ccef46b97 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 27 May 2008 16:48:47 +0000 Subject: [PATCH] Be quiet when checking at start. --- src/rc/start-stop-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c index 7ee9b2f8..ce018fcd 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;