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
maint-2.0.2
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

@ -1,3 +1,13 @@
2009-03-17 Ludovic Marcotte <lmarcotte@inverse.ca>
* Documentation/SOGo Installation Guide.odt
Updated to mention MySQL and to refer as 1.0
as the version number
* Scripts/sogo-init.d-debian and
Scripts/sogo-init.d-redhat
We now kill gdnc (only processes belonging to
the sogo user) when stopping sogod.
2009-03-16 Ludovic Marcotte <lmarcotte@inverse.ca>
* SoObjects/SOGo/LDAPSource.m: We now support

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}`"