From df98ae1de8e8cd7d6818543c414377d1d95e44db Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 6 Jul 2011 09:05:45 +0000 Subject: testing/calibre: fixed initd --- testing/calibre/calibre.initd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/calibre') diff --git a/testing/calibre/calibre.initd b/testing/calibre/calibre.initd index 92986a9a7..25117ed37 100644 --- a/testing/calibre/calibre.initd +++ b/testing/calibre/calibre.initd @@ -11,6 +11,7 @@ start() { } stop() { + ebegin "Stopping Calibre Server" start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE - rm -f $PIDFILE + eend $? } -- cgit v1.2.3