From 5f0ec7f308a5d73582e41ffb0453fcbbb807d1c8 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 31 Oct 2007 14:30:08 +0000 Subject: [PATCH] Monotone-Parent: 516d8777b6a71fba03c2274b667be5bcfd9a9a81 Monotone-Revision: 422c0e30f5ac2600cebe515717b624e5c47f9b88 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-10-31T14:30:08 Monotone-Branch: ca.inverse.sogo --- Scripts/sogod-0.9-debian | 2 +- Scripts/sogod-0.9-redhat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/sogod-0.9-debian b/Scripts/sogod-0.9-debian index 7f9568f1d..c1092320d 100755 --- a/Scripts/sogod-0.9-debian +++ b/Scripts/sogod-0.9-debian @@ -36,4 +36,4 @@ else fi let "port=$startport + $1 - 1" -exec $GNUSTEP_LOCAL_ROOT/Tools/sogod-0.9 -WOPort $PORT >& /var/log/sogo/sogod-$PORT.log +exec $GNUSTEP_LOCAL_ROOT/Tools/sogod-0.9 -WOPort $port >& /var/log/sogo/sogod-$port.log diff --git a/Scripts/sogod-0.9-redhat b/Scripts/sogod-0.9-redhat index eea7179b0..afd934bea 100755 --- a/Scripts/sogod-0.9-redhat +++ b/Scripts/sogod-0.9-redhat @@ -36,4 +36,4 @@ else fi let "port=$startport + $1 - 1" -exec $GNUSTEP_LOCAL_ROOT/Tools/sogod-0.9 -WOPort $PORT >& /var/log/sogo/sogod-$PORT.log +exec $GNUSTEP_LOCAL_ROOT/Tools/sogod-0.9 -WOPort $port >& /var/log/sogo/sogod-$port.log