blob: a6402d90caabeecf39fa7103e573f2fc9c9547c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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'" &
+ TZ=GMT su -m $USERNAME -c "$SLASHD $SERVER_NAME" &
elif [ "$OS" = "Linux" ] ; then
su - $USERNAME -c "TZ=GMT $SLASHD $SERVER_NAME" &
else
|