Add 8.3-RELEASE.
This commit is contained in:
parent
26ed65e9cd
commit
e5b854632c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38696
1 changed files with 9 additions and 2 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
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/man.cgi,v 1.270 2012/01/15 10:48:23 wosch Exp $
|
||||
# $FreeBSD: www/en/cgi/man.cgi,v 1.271 2012/01/15 11:56:54 wosch Exp $
|
||||
|
||||
############################################################################
|
||||
# !!! man.cgi is stale perl4 code !!!
|
||||
|
@ -205,6 +205,8 @@ $manPathDefault = 'FreeBSD 9.0-RELEASE';
|
|||
%manPath = (
|
||||
'FreeBSD 9.0-RELEASE and Ports',
|
||||
"$manLocalDir/FreeBSD-9.0-RELEASE/man:$manLocalDir/FreeBSD-9.0-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-9.0-RELEASE/man:$manLocalDir/FreeBSD-ports-9.0-RELEASE/lib-perl5-perl-5.12.4-man:$manLocalDir/FreeBSD-ports-9.0-RELEASE/misc",
|
||||
'FreeBSD 8.3-RELEASE and Ports',
|
||||
"$manLocalDir/FreeBSD-8.3-RELEASE/man:$manLocalDir/FreeBSD-8.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-8.3-RELEASE",
|
||||
'FreeBSD 8.2-RELEASE and Ports',
|
||||
"$manLocalDir/FreeBSD-8.2-RELEASE/man:$manLocalDir/FreeBSD-8.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-8.2-RELEASE",
|
||||
'FreeBSD 8.1-RELEASE and Ports',
|
||||
|
@ -226,6 +228,10 @@ $manPathDefault = 'FreeBSD 9.0-RELEASE';
|
|||
"$manLocalDir/FreeBSD-9.0-RELEASE/man:$manLocalDir/FreeBSD-9.0-RELEASE/openssl/man",
|
||||
'FreeBSD Ports 9.0-RELEASE', "$manLocalDir/FreeBSD-ports-9.0-RELEASE/man:$manLocalDir/FreeBSD-ports-9.0-RELEASE/lib-perl5-perl-5.12.4-man:$manLocalDir/FreeBSD-ports-9.0-RELEASE/misc",
|
||||
|
||||
'FreeBSD 8.3-stable',
|
||||
"$manLocalDir/FreeBSD-8.3-stable/man:$manLocalDir/FreeBSD-8.3-stable/openssl/man",
|
||||
'FreeBSD 8.3-RELEASE',
|
||||
"$manLocalDir/FreeBSD-8.3-RELEASE/man:$manLocalDir/FreeBSD-8.3-RELEASE/openssl/man",
|
||||
'FreeBSD 8.2-stable',
|
||||
"$manLocalDir/FreeBSD-8.2-stable/man:$manLocalDir/FreeBSD-8.2-stable/openssl/man",
|
||||
'FreeBSD 8.2-RELEASE',
|
||||
|
@ -559,6 +565,7 @@ my $default_arch = 'i386';
|
|||
|
||||
my %arch = (
|
||||
'FreeBSD 9.0-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
|
||||
'FreeBSD 8.3-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
|
||||
'FreeBSD 8.2-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
|
||||
'NetBSD 5.1' => { 'arch' => [qw/acorn26 acorn32 alpha amiga arc atari cobalt dreamcast evbarm evbmips evbppc hp300 hp700 hpcarm hpcmips hpcsh i386 mac68k macppc mvme68k pmax prep sgimips sparc sparc64 sun2 sun3 vax x68k/] } ,
|
||||
'OpenBSD 4.7' => { 'arch' => [qw/alpha amd64 armish aviion hp300 hppa hppa64 i386 landisk loongson luna88k mac68k macppc mvme68k mvme88k mvmeppc palm sgi socppc sparc sparc64 vax zaurus/] },
|
||||
|
@ -1585,7 +1592,7 @@ sub faq {
|
|||
}
|
||||
|
||||
local $id =
|
||||
'$FreeBSD: www/en/cgi/man.cgi,v 1.270 2012/01/15 10:48:23 wosch Exp $';
|
||||
'$FreeBSD: www/en/cgi/man.cgi,v 1.271 2012/01/15 11:56:54 wosch Exp $';
|
||||
return qq{\
|
||||
<pre>
|
||||
Copyright (c) 1996-2012 <a href="$mailtoURL">Wolfram Schneider</a>
|
||||
|
|
Loading…
Reference in a new issue