diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-10-19 08:33:39 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-10-19 08:33:39 +0000 |
commit | 35ee82db50e058c12bf537cffc3f66e207b5b9d4 (patch) | |
tree | 3c01d2db234797b6ba6214879f338a74d144db95 /www/slash/files/patch-util::slash | |
parent | Respect CC and CFLAGS (diff) |
Revive www/slash port.
Slash -- Slashdot Like Automated Storytelling Homepage -- is the code
that runs Slashdot.
PR: 57199
Submitted by: Autrijus Tang <autrijus@autrijus.org>
Notes
Notes:
svn path=/head/; revision=91628
Diffstat (limited to 'www/slash/files/patch-util::slash')
-rw-r--r-- | www/slash/files/patch-util::slash | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/slash/files/patch-util::slash b/www/slash/files/patch-util::slash new file mode 100644 index 000000000000..b6a620fac8fd --- /dev/null +++ b/www/slash/files/patch-util::slash @@ -0,0 +1,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 $USERNAME -c "$SLASHD $SERVER_NAME" & + elif [ "$OS" = "Linux" ] ; then + su - $USERNAME -c "TZ=GMT $SLASHD $SERVER_NAME" & + else |