mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 15:46:23 +00:00
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:
@@ -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)
|
||||
|
||||
@@ -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}`"
|
||||
|
||||
Reference in New Issue
Block a user