diff options
Diffstat (limited to 'www/slash/files/patch-util::slash')
-rw-r--r-- | www/slash/files/patch-util::slash | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/slash/files/patch-util::slash b/www/slash/files/patch-util::slash deleted file mode 100644 index a6402d90caab..000000000000 --- a/www/slash/files/patch-util::slash +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |