blob: 07a6710b4e2f73fc3616449f76314b726f57baac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- utils/slash.old Thu Nov 1 01:13:59 2001
+++ utils/slash Mon Mar 18 20:01:37 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'" &
+ TZ=GMT su $USERNAME -c "$SLASHD $SERVER_NAME" &
elif [ "$OS" = "Linux" ] ; then
su - $USERNAME -c "TZ=GMT $SLASHD $SERVER_NAME" &
else
|