2003-10-19 10:33:39 +02:00
|
|
|
--- utils/slash.orig Thu Nov 1 01:13:59 2001
|
|
|
|
+++ utils/slash Sat Jun 8 13:39:11 2002
|
|
|
|
@@ -66,7 +66,7 @@
|
|
|
|
# if you aren't using GMT for internal dates, please change
|
|
|
|
# the appropriate lines, below.
|
|
|
|
if [ "$OS" = "FreeBSD" ] ; then
|
|
|
|
- su - $USERNAME "-c 'TZ=GMT $SLASHD $SERVER_NAME'" &
|
2004-03-06 07:06:08 +01:00
|
|
|
+ TZ=GMT su -m $USERNAME -c "$SLASHD $SERVER_NAME" &
|
2003-10-19 10:33:39 +02:00
|
|
|
elif [ "$OS" = "Linux" ] ; then
|
|
|
|
su - $USERNAME -c "TZ=GMT $SLASHD $SERVER_NAME" &
|
|
|
|
else
|