See ChangeLog

Monotone-Parent: c29fcc5ce939d41d4b8a3795a566530292ec2f0f
Monotone-Revision: 29e166422a510e7b1ca9fef597f49aa7ffed17d6

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-03-17T17:34:54
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2009-03-17 17:34:54 +00:00
parent 57830dbb88
commit d8fa40340f
4 changed files with 12 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ case "$1" in
;;
stop)
echo "Stopping $DESC: "
/usr/bin/killall -u sogo gdnc
for ((a=1; a <= PREFORK ; a++))
do
pid=$(cat $PIDFILE$a)

View File

@@ -86,6 +86,7 @@ start() {
stop() {
echo $"Stopping $DESC: "
/usr/bin/killall -u sogo gdnc
for ((a=1; a <= PREFORK ; a++))
do
pid="`cat ${PIDFILE}${a}`"