Monotone-Parent: e73b212f80d9775c77a209ee973af8977da55214

Monotone-Revision: d20b6efa6a8c415c1db8ca849c311e740a312646

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-05T22:58:11
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-11-05 22:58:11 +00:00
parent 1d30cd061f
commit 54b6c29882
1 changed files with 6 additions and 1 deletions

View File

@ -21,7 +21,12 @@
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
PIDFILE=/var/run/sogo/sogod.$1
if [ -z "$1" ]
then
PIDFILE=/var/run/sogo/sogod.pid
else
PIDFILE=/var/run/sogo/sogod.$1
fi
if [ -d /usr/lib/GNUstep ]
then