added FreeBSD 4.4

This commit is contained in:
Wolfram Schneider 2001-09-29 13:15:32 +00:00
parent 716d68937f
commit 68a0a6aca4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10841

View file

@ -33,7 +33,7 @@
# BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp # 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 # Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995
# #
# $Id: man.cgi,v 1.53 2001-09-28 17:11:33 wosch Exp $ # $Id: man.cgi,v 1.54 2001-09-29 13:15:32 wosch Exp $
#use Data::Dumper; #use Data::Dumper;
#use Carp; #use Carp;
@ -123,12 +123,13 @@ foreach my $os (keys %$sectionpath) {
); );
$manLocalDir = '/usr/local/www/bsddoc/man'; $manLocalDir = '/usr/local/www/bsddoc/man';
$manPathDefault = 'FreeBSD 4.3-RELEASE'; $manPathDefault = 'FreeBSD 4.4-RELEASE';
%manPath = %manPath =
( (
'FreeBSD 5.0-current', "$manLocalDir/FreeBSD-5.0-current", 'FreeBSD 5.0-current', "$manLocalDir/FreeBSD-5.0-current",
'FreeBSD 4.4-stable', "$manLocalDir/FreeBSD-4.4-stable", 'FreeBSD 4.4-stable', "$manLocalDir/FreeBSD-4.4-stable",
'FreeBSD 4.4-RELEASE', "$manLocalDir/FreeBSD-4.4-RELEASE",
'FreeBSD 4.3-RELEASE', "$manLocalDir/FreeBSD-4.3-RELEASE", 'FreeBSD 4.3-RELEASE', "$manLocalDir/FreeBSD-4.3-RELEASE",
'FreeBSD 4.2-RELEASE', "$manLocalDir/FreeBSD-4.2-RELEASE", 'FreeBSD 4.2-RELEASE', "$manLocalDir/FreeBSD-4.2-RELEASE",
'FreeBSD 4.1.1-RELEASE', "$manLocalDir/FreeBSD-4.1.1-RELEASE", 'FreeBSD 4.1.1-RELEASE', "$manLocalDir/FreeBSD-4.1.1-RELEASE",
@ -909,7 +910,7 @@ ETX
} }
sub copyright { sub copyright {
$id = '$Id: man.cgi,v 1.53 2001-09-28 17:11:33 wosch Exp $'; $id = '$Id: man.cgi,v 1.54 2001-09-29 13:15:32 wosch Exp $';
return qq{\ return qq{\
<PRE> <PRE>