aboutsummaryrefslogtreecommitdiff
path: root/www/slash/files/patch-slash
diff options
context:
space:
mode:
Diffstat (limited to 'www/slash/files/patch-slash')
-rw-r--r--www/slash/files/patch-slash11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/slash/files/patch-slash b/www/slash/files/patch-slash
new file mode 100644
index 000000000000..279b26c6087e
--- /dev/null
+++ b/www/slash/files/patch-slash
@@ -0,0 +1,11 @@
+--- util/slash.old Thu Nov 1 01:13:59 2001
++++ util/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