From 77b8b769708702c373f883f99707bd43781f96dd Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sun, 19 Sep 1999 10:55:19 +0000 Subject: [PATCH] Undo revision revision 1.34: Set up for FreeBSD repo options ($FreeBSD$) in /usr/local/etc/cvsweb-freebsd. The repo options are only valid for the FreeBSD CVS tree. BTW, the cvsweb.cgi mirror sites should update their /usr/local/etc/cvsweb-freebsd too if possible. Submitted by: peter --- en/cgi/cvsweb.cgi | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/en/cgi/cvsweb.cgi b/en/cgi/cvsweb.cgi index 72350978a9..88013cb864 100755 --- a/en/cgi/cvsweb.cgi +++ b/en/cgi/cvsweb.cgi @@ -28,7 +28,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD: www/en/cgi/cvsweb.cgi,v 1.34 1999/09/08 13:04:09 peter Exp $ +# $FreeBSD: www/en/cgi/cvsweb.cgi,v 1.35 1999/09/17 18:56:44 wosch Exp $ # @@ -145,10 +145,6 @@ if (!-d $cvsroot) { &fatal("500 Internal Error",'$CVSROOT not found!

The server on which the CVS tree lives is probably down. Please try again in a few minutes.'); } -# Set up for FreeBSD repo options. -$ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader'; -$ENV{'RCSINCEXC'} = 'iFreeBSD'; -$ENV{'CVSROOT'} = $cvsroot; { local(@foo, $i);