From 9778a3e3fe5ea1b7c7a0c40d3fedf93247b48435 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sat, 25 Dec 1999 13:17:36 +0000 Subject: [PATCH] Added FreeBSD 3.4-RELEASE make FreeBSD 3.4-RELEASE the default release --- en/cgi/man.cgi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/en/cgi/man.cgi b/en/cgi/man.cgi index 429823e8d1..ffccc2c84c 100755 --- a/en/cgi/man.cgi +++ b/en/cgi/man.cgi @@ -33,7 +33,7 @@ # BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp # Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995 # -# $Id: man.cgi,v 1.7 1999-12-13 22:35:10 wosch Exp $ +# $Id: man.cgi,v 1.8 1999-12-25 13:17:36 wosch Exp $ #use Data::Dumper; @@ -118,11 +118,12 @@ foreach my $os (keys %$sectionpath) { ); $manLocalDir = '/usr/local/www/bsddoc/man'; -$manPathDefault = 'FreeBSD 3.3-RELEASE'; +$manPathDefault = 'FreeBSD 3.4-RELEASE'; %manPath = ( 'FreeBSD 4.0-current', "$manLocalDir/FreeBSD-4.0-current", + 'FreeBSD 3.4-RELEASE', "$manLocalDir/FreeBSD-3.4-RELEASE", 'FreeBSD 3.3-RELEASE', "$manLocalDir/FreeBSD-3.3-RELEASE", 'FreeBSD 3.2-RELEASE', "$manLocalDir/FreeBSD-3.2-RELEASE", 'FreeBSD 3.1-RELEASE', "$manLocalDir/FreeBSD-3.1-RELEASE", @@ -744,7 +745,7 @@ Please direct questions about this server to URL: $www{'home'}$BASE
ETX - print q{$Date: 1999-12-13 22:35:10 $ $Revision: 1.7 $}; + print q{$Date: 1999-12-25 13:17:36 $ $Revision: 1.8 $}; print "
\n"; print "\n\n"; 0;