cvs commit: www/en/cgi man.cgi

N.J. Mann njm at njm.me.uk
Tue May 18 08:38:19 UTC 2010


In message <201003231755.o2NHt5mS065834 at repoman.freebsd.org>,
	Hiroki Sato (hrs at 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 at 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.
-- 



More information about the cvs-doc mailing list