Add 4.10-RELEASE.
This commit is contained in:
parent
d95d996f6b
commit
30e14310c2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21003
1 changed files with 5 additions and 4 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.125 2004-02-16 21:03:29 bmah Exp $
|
||||
# $Id: man.cgi,v 1.126 2004-05-25 21:45:15 hrs Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -151,12 +151,13 @@ $manPathDefault = 'FreeBSD 5.2-RELEASE and Ports';
|
|||
'FreeBSD 5.2-RELEASE and Ports', "$manLocalDir/FreeBSD-5.2-RELEASE/man:$manLocalDir/FreeBSD-5.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-5.1-RELEASE",
|
||||
|
||||
'FreeBSD 5.2-current', "$manLocalDir/FreeBSD-5.2-current",
|
||||
'FreeBSD 4.9-stable', "$manLocalDir/FreeBSD-4.9-stable",
|
||||
'FreeBSD 4.10-stable', "$manLocalDir/FreeBSD-4.10-stable",
|
||||
|
||||
'FreeBSD 5.2.1-RELEASE', "$manLocalDir/FreeBSD-5.2-RELEASE/man:$manLocalDir/FreeBSD-5.2-RELEASE/openssl/man",
|
||||
'FreeBSD 5.2-RELEASE', "$manLocalDir/FreeBSD-5.2-RELEASE/man:$manLocalDir/FreeBSD-5.2-RELEASE/openssl/man",
|
||||
'FreeBSD 5.1-RELEASE', "$manLocalDir/FreeBSD-5.1-RELEASE/man:$manLocalDir/FreeBSD-5.1-RELEASE/openssl/man",
|
||||
'FreeBSD 5.0-RELEASE', "$manLocalDir/FreeBSD-5.0-RELEASE",
|
||||
'FreeBSD 4.10-RELEASE', "$manLocalDir/FreeBSD-4.10-RELEASE",
|
||||
'FreeBSD 4.9-RELEASE', "$manLocalDir/FreeBSD-4.9-RELEASE",
|
||||
'FreeBSD 4.8-RELEASE', "$manLocalDir/FreeBSD-4.8-RELEASE",
|
||||
'FreeBSD 4.7-RELEASE', "$manLocalDir/FreeBSD-4.7-RELEASE",
|
||||
|
@ -325,7 +326,7 @@ while (($key,$val) = each %manPath) {
|
|||
%manPathAliases =
|
||||
(
|
||||
'freebsd', 'FreeBSD 5.2-RELEASE',
|
||||
'freebsd-stable', 'FreeBSD 4.9-stable',
|
||||
'freebsd-stable', 'FreeBSD 4.10-stable',
|
||||
'freebsd-current', 'FreeBSD 5.2-current',
|
||||
'slackware', 'Linux Slackware 3.1',
|
||||
'linux-de', 'deutsch - Linux/GNU',
|
||||
|
@ -1018,7 +1019,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.125 2004-02-16 21:03:29 bmah Exp $';
|
||||
$id = '$Id: man.cgi,v 1.126 2004-05-25 21:45:15 hrs Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Reference in a new issue