From e5b854632c4edc331976cdde186703e7b5c1f566 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Wed, 18 Apr 2012 14:20:24 +0000 Subject: [PATCH] Add 8.3-RELEASE. --- en/cgi/man.cgi | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/en/cgi/man.cgi b/en/cgi/man.cgi index c7e9a6dd44..9a08a3c0eb 100755 --- a/en/cgi/man.cgi +++ b/en/cgi/man.cgi @@ -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{\
 Copyright (c) 1996-2012 Wolfram Schneider