From ec1cb923a93794ccb04318c8d9de54313c2f76c6 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 2 Nov 2007 14:38:27 +0000 Subject: [PATCH] Monotone-Parent: eee51b9dd1935131f418b67a4fb12afadec2157d Monotone-Revision: 8132f0990f7fce9318097fee307c6bd9b58b1be1 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-02T14:38:27 Monotone-Branch: ca.inverse.sogo --- Scripts/sogo-init.d-redhat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Scripts/sogo-init.d-redhat b/Scripts/sogo-init.d-redhat index 63cd8e1c8..1d1fd7a0a 100755 --- a/Scripts/sogo-init.d-redhat +++ b/Scripts/sogo-init.d-redhat @@ -86,12 +86,11 @@ case "$1" in stop) echo -n $"Stopping $DESC: " killproc $REAL_DAEMON && rm -f ${PIDFILE}* - echo "$NAME." + echo ;; restart|force-reload) - echo -n $"Restarting $DESC: " + echo $"Restarting $DESC: " $0 stop && sleep 2 && $0 start - echo "$NAME." ;; status) status $REAL_DAEMON