Added FreeBSD 3.4-RELEASE

make FreeBSD 3.4-RELEASE the default release
This commit is contained in:
Wolfram Schneider 1999-12-25 13:17:36 +00:00
parent 7cfba98675
commit 9778a3e3fe
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6269

View file

@ -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: <A HREF="$BASE" target=_parent>$www{'home'}$BASE</a><br>
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 "<br>\n";
print "</BODY>\n</HTML>\n";
0;