From 11c5c1e46b64c9017667b01c1a02b228ef8b1941 Mon Sep 17 00:00:00 2001 From: ankry Date: Tue, 8 Jul 2003 12:37:40 +0000 Subject: [PATCH] - LSM conformance Changed files: dovecot.init -> 1.2 --- dovecot.init | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dovecot.init b/dovecot.init index 4e1a029..6e34b63 100644 --- a/dovecot.init +++ b/dovecot.init @@ -35,7 +35,6 @@ case "$1" in [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dovecot else msg_already_running "Dovecot" - exit 1 fi ;; stop) @@ -47,7 +46,7 @@ case "$1" in msg_not_running "Dovecot" fi ;; - restart) + restart|force-reload) $0 stop $0 start exit $? -- 2.44.0