From 0bc138bec5d8f1a73e4789212f4bcafb048fe286 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 21 Dec 2009 10:18:57 +0000 Subject: [PATCH] fix FreeBSD 8.0-stable manual path --- en/cgi/man.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/cgi/man.cgi b/en/cgi/man.cgi index 1fe121cfae..18847a546c 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.240 2009-12-21 10:09:13 wosch Exp $ -# $FreeBSD: www/en/cgi/man.cgi,v 1.239 2009/11/23 18:45:05 wosch Exp $ +# $Id: man.cgi,v 1.241 2009-12-21 10:18:57 wosch Exp $ +# $FreeBSD: www/en/cgi/man.cgi,v 1.240 2009/12/21 10:09:13 wosch Exp $ ############################################################################ # !!! man.cgi is stale perl4 code !!! @@ -204,7 +204,7 @@ $manPathDefault = 'FreeBSD 8.0-RELEASE'; 'FreeBSD 9-current', "$manLocalDir/FreeBSD-9-current/man:$manLocalDir/FreeBSD-9-current/openssl/man", 'FreeBSD 8.0-RELEASE', "$manLocalDir/FreeBSD-8.0-RELEASE/man:$manLocalDir/FreeBSD-8.0-RELEASE/openssl/man", - 'FreeBSD 8.0-stable', "$manLocalDir/FreeBSD-8.0-stable", + 'FreeBSD 8.0-stable', "$manLocalDir/FreeBSD-8.0-stable/man:$manLocalDir/FreeBSD-8.0-stable/openssl/man", '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", @@ -1429,7 +1429,7 @@ sub faq { } local $id = - '$FreeBSD: www/en/cgi/man.cgi,v 1.239 2009/11/23 18:45:05 wosch Exp $'; + '$FreeBSD: www/en/cgi/man.cgi,v 1.240 2009/12/21 10:09:13 wosch Exp $'; return qq{\
 Copyright (c) 1996-2008 Wolfram Schneider