From owner-cvs-all@FreeBSD.ORG Tue May 18 08:38:19 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 557FB1065678 for ; Tue, 18 May 2010 08:38:19 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: from smtp003.apm-internet.net (smtp003.apm-internet.net [85.119.248.52]) by mx1.freebsd.org (Postfix) with SMTP id BBE0C8FC0A for ; Tue, 18 May 2010 08:38:18 +0000 (UTC) Received: (qmail 74910 invoked from network); 18 May 2010 08:38:16 -0000 Received: from unknown (HELO oberon.njm.me.uk) (86.129.192.55) by smtp003.apm-internet.net with SMTP; 18 May 2010 08:38:16 -0000 Received: from titania.njm.me.uk (titania.njm.me.uk [192.168.144.130]) by oberon.njm.me.uk (8.14.4/8.14.4) with ESMTP id o4I8cGAJ015894; Tue, 18 May 2010 09:38:16 +0100 (BST) (envelope-from njm@njm.me.uk) Received: from titania.njm.me.uk (localhost [127.0.0.1]) by titania.njm.me.uk (8.14.4/8.14.4) with ESMTP id o4I8cFkn078592; Tue, 18 May 2010 09:38:15 +0100 (BST) (envelope-from njm@njm.me.uk) Received: (from njm@localhost) by titania.njm.me.uk (8.14.4/8.14.4/Submit) id o4I8cFdG078591; Tue, 18 May 2010 09:38:15 +0100 (BST) (envelope-from njm@njm.me.uk) Date: Tue, 18 May 2010 09:38:15 +0100 From: "N.J. Mann" To: Hiroki Sato Message-ID: <20100518083815.GA48551@titania.njm.me.uk> Mail-Followup-To: Hiroki Sato , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <201003231755.o2NHt5mS065834@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201003231755.o2NHt5mS065834@repoman.freebsd.org> X-Operating-System: FreeBSD 7.3-STABLE User-Agent: mutt-NJM (2010-05-06) Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/cgi man.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2010 08:38:19 -0000 In message <201003231755.o2NHt5mS065834@repoman.freebsd.org>, Hiroki Sato (hrs@FreeBSD.org) wrote: > hrs 2010-03-23 17:55:05 UTC > > FreeBSD doc repository > > Modified files: > en/cgi man.cgi > Log: > Add 7.3R manpages. > > Revision Changes Path > 1.243 +6 -4 www/en/cgi/man.cgi I only just spotted this so... > _______________________________________________ > > http://www.freebsd.org/cgi/cvsweb.cgi/www/en/cgi/man.cgi.diff?r1=1.242&r2=1.243 > --- www/en/cgi/man.cgi 2009/12/21 11:10:20 1.242 > +++ www/en/cgi/man.cgi 2010/03/23 17:55:05 1.243 > @@ -34,7 +34,7 @@ > # Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995 > # > # $Id: man.cgi,v 1.172 2007/11/28 18:51:29 hrs Exp $ > -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/www/en/cgi/man.cgi,v 1.242 2009/12/21 11:10:20 wosch Exp $ > +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/www/en/cgi/man.cgi,v 1.243 2010/03/23 17:55:05 hrs Exp $ > > ############################################################################ > # !!! man.cgi is stale perl4 code !!! > @@ -195,8 +195,8 @@ $manPathDefault = 'FreeBSD 8.0-RELEASE'; > %manPath = ( > 'FreeBSD 8.0-RELEASE and Ports', > "$manLocalDir/FreeBSD-8.0-RELEASE/man:$manLocalDir/FreeBSD-7.2-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 7.3-RELEASE and Ports', > +"$manLocalDir/FreeBSD-7.3-RELEASE/man:$manLocalDir/FreeBSD-7.3-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", > > @@ -206,6 +206,8 @@ $manPathDefault = 'FreeBSD 8.0-RELEASE'; > '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/man:$manLocalDir/FreeBSD-8.0-stable/openssl/man", > > + 'FreeBSD 7.3-stable', "$manLocalDir/FreeBSD-7.3-stable", > + 'FreeBSD 7.3-RELEASE', "$manLocalDir/FreeBSD-7.3-RELEASE/man:$manLocalDir/FreeBSD-7.3-RELEASE/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", This added 7.3-RELEASE and 7.3-stable. Should it also have removed 7.2-stable ? Cheers, Nick. --