From 57e20a99801c81a305c0614584a30a90f76247fd Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 4 May 2009 07:32:07 +0000 Subject: [PATCH] add FreeBSD 7.2-RELEASE --- en/cgi/man.cgi | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/en/cgi/man.cgi b/en/cgi/man.cgi index 48feaebef1..2bfbec00f8 100755 --- a/en/cgi/man.cgi +++ b/en/cgi/man.cgi @@ -33,8 +33,8 @@ # 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.231 2009-05-02 21:40:43 wosch Exp $ -# $FreeBSD: www/en/cgi/man.cgi,v 1.230 2009/05/02 20:58:23 wosch Exp $ +# $Id: man.cgi,v 1.232 2009-05-04 07:32:07 wosch Exp $ +# $FreeBSD: www/en/cgi/man.cgi,v 1.231 2009/05/02 21:40:43 wosch Exp $ ############################################################################ # !!! man.cgi is stale perl4 code !!! @@ -160,18 +160,19 @@ foreach my $os ( keys %$sectionpath ) { ); $manLocalDir = '/usr/local/www/bsddoc/man'; -$manPathDefault = 'FreeBSD 7.1-RELEASE'; +$manPathDefault = 'FreeBSD 7.2-RELEASE'; %manPath = ( - 'FreeBSD 7.1-RELEASE and Ports', -"$manLocalDir/FreeBSD-7.1-RELEASE/man:$manLocalDir/FreeBSD-7.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports", + 'FreeBSD 7.2-RELEASE and Ports', +"$manLocalDir/FreeBSD-7.2-RELEASE/man:$manLocalDir/FreeBSD-7.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports", 'FreeBSD 6.4-RELEASE and Ports', "$manLocalDir/FreeBSD-6.4-RELEASE/man:$manLocalDir/FreeBSD-6.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports", 'FreeBSD Ports', "$manLocalDir/FreeBSD-ports", 'FreeBSD 8-current', "$manLocalDir/FreeBSD-8-current/man:$manLocalDir/FreeBSD-8-current/openssl/man", - 'FreeBSD 7.1-stable', "$manLocalDir/FreeBSD-7.1-stable", + 'FreeBSD 7.2-stable', "$manLocalDir/FreeBSD-7.2-stable", + 'FreeBSD 7.2-RELEASE', "$manLocalDir/FreeBSD-7.2-RELEASE/man:$manLocalDir/FreeBSD-7.2-RELEASE/openssl/man", 'FreeBSD 7.1-RELEASE', "$manLocalDir/FreeBSD-7.1-RELEASE/man:$manLocalDir/FreeBSD-7.1-RELEASE/openssl/man", 'FreeBSD Ports 7.1-RELEASE', "$manLocalDir/FreeBSD-ports-7.1-RELEASE", @@ -470,15 +471,15 @@ while ( ( $key, $val ) = each %manPath ) { # keywords must be in lower cases. %manPathAliases = ( - 'freebsd', 'FreeBSD 7.1-RELEASE', - 'freebsd-release', 'FreeBSD 7.1-RELEASE', + 'freebsd', 'FreeBSD 7.2-RELEASE', + 'freebsd-release', 'FreeBSD 7.2-RELEASE', - 'freebsd-stable', 'FreeBSD 7.1-stable', - 'freebsd-stable7', 'FreeBSD 7.1-stable', + 'freebsd-stable', 'FreeBSD 7.2-stable', + 'freebsd-stable7', 'FreeBSD 7.2-stable', 'freebsd-stable6', 'FreeBSD 6.4-stable', 'freebsd-current', 'FreeBSD 8-current', - 'freebsd-release-ports', 'FreeBSD 7.1-RELEASE and Ports', + 'freebsd-release-ports', 'FreeBSD 7.2-RELEASE and Ports', 'slackware', 'Linux Slackware 3.1', 'redhat', 'Red Hat Linux/i386 9', @@ -1383,7 +1384,7 @@ sub faq { } local $id = - '$FreeBSD: www/en/cgi/man.cgi,v 1.230 2009/05/02 20:58:23 wosch Exp $'; + '$FreeBSD: www/en/cgi/man.cgi,v 1.231 2009/05/02 21:40:43 wosch Exp $'; return qq{\
 Copyright (c) 1996-2008 Wolfram Schneider