added FreeBSD 4.7-RELEASE, make it the default release.
This commit is contained in:
parent
60a530d9cf
commit
fc07e017fe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14602
1 changed files with 4 additions and 3 deletions
|
@ -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.79 2002-08-07 18:58:22 wosch Exp $
|
||||
# $Id: man.cgi,v 1.80 2002-10-12 21:04:36 wosch Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -130,11 +130,12 @@ foreach my $os (keys %$sectionpath) {
|
|||
);
|
||||
|
||||
$manLocalDir = '/usr/local/www/bsddoc/man';
|
||||
$manPathDefault = 'FreeBSD 4.6-RELEASE';
|
||||
$manPathDefault = 'FreeBSD 4.7-RELEASE';
|
||||
|
||||
%manPath =
|
||||
(
|
||||
'FreeBSD 5.0-current', "$manLocalDir/FreeBSD-5.0-current",
|
||||
'FreeBSD 4.7-RELEASE', "$manLocalDir/FreeBSD-4.7-RELEASE",
|
||||
'FreeBSD 4.6-RELEASE', "$manLocalDir/FreeBSD-4.6-RELEASE",
|
||||
'FreeBSD 4.5-RELEASE', "$manLocalDir/FreeBSD-4.5-RELEASE",
|
||||
'FreeBSD 4.6-stable', "$manLocalDir/FreeBSD-4.6-stable",
|
||||
|
@ -946,7 +947,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.79 2002-08-07 18:58:22 wosch Exp $';
|
||||
$id = '$Id: man.cgi,v 1.80 2002-10-12 21:04:36 wosch Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue