Monotone-Parent: eee51b9dd1935131f418b67a4fb12afadec2157d

Monotone-Revision: 8132f0990f7fce9318097fee307c6bd9b58b1be1

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-11-02T14:38:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-11-02 14:38:27 +00:00
parent f90728bfcd
commit ec1cb923a9
+2 -3
View File
@@ -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