head	1.3;
access;
symbols
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.11.01.07.35.46;	author miwi;	state dead;
branches;
next	1.2;

1.2
date	2004.03.06.06.06.08;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.19.08.33.39;	author demon;	state Exp;
branches;
next	;


desc
@@


1.3
log
@2011-11-01 games/phpua-ut2003: depends on phpua-engine
2011-11-01 games/phpua-engine: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 games/phpua-hl: depends on phpua-engine
2011-11-01 games/phpua-ut: depends on phpua-engine
2011-11-01 games/phpua-cod: depends on phpua-engine
2011-11-01 games/uox3: No more public distfiles
2011-11-01 games/phpua-q3: depends on phpua-engine
2011-11-01 games/phpua-bf: depends on phpua-engine
2011-10-30 graphics/kallery: does not build; last release 20010511
2011-10-28 graphics/gtksee: depends on unfetchable port archivers/bzip; last release 2004
2011-11-01 mail/mailscanner-mrtg: apache13 is deprecated, migrate to 2.2.x+ now
2011-10-31 net-p2p/qbittorrent-28-nox11: Please migrate to net-p2p/qbittorrent-29
2011-10-31 net-p2p/qbittorrent-28: Please migrate to net-p2p/qbittorrent-29
2011-10-31 net-p2p/dctc-gui-qt No more public distfiles
2011-10-31 net-p2p/dctc-gui No more public distfiles
2011-09-01 net-p2p/dctc: No more public distfiles
2011-11-01 www/slash: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 databases/maatkit: Upstream support dropped. Please consider using databases/percona-toolkit
2011-11-01 databases/mysqlman: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 databases/mysql-editor: apache13 is deprecated, migrate to 2.2.x+ now
2011-09-30 databases/gnats: Security issues
@
text
@--- 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
@


1.2
log
@update for rc.d/ startup issues

Submitted by:	Autrijus Tang <autrijus@@autrijus.org>
@
text
@@


1.1
log
@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>
@
text
@d8 1
a8 1
+				TZ=GMT su $USERNAME -c "$SLASHD $SERVER_NAME" &
@

