mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-02 05:36: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:
10
ChangeLog
10
ChangeLog
@@ -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
|
||||
|
||||
Binary file not shown.
@@ -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