Add CentOS 4.8 and CentOS 5.4
This commit is contained in:
parent
0902920b42
commit
32ada4e45f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34944
1 changed files with 6 additions and 4 deletions
|
@ -33,8 +33,8 @@
|
||||||
# BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp
|
# 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
|
# Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995
|
||||||
#
|
#
|
||||||
# $Id: man.cgi,v 1.235 2009-11-22 11:26:17 wosch Exp $
|
# $Id: man.cgi,v 1.236 2009-11-22 11:44:59 wosch Exp $
|
||||||
# $FreeBSD: www/en/cgi/man.cgi,v 1.234 2009/11/21 22:42:18 wosch Exp $
|
# $FreeBSD: www/en/cgi/man.cgi,v 1.235 2009/11/22 11:26:17 wosch Exp $
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
# !!! man.cgi is stale perl4 code !!!
|
# !!! man.cgi is stale perl4 code !!!
|
||||||
|
@ -335,6 +335,8 @@ $manPathDefault = 'FreeBSD 7.2-RELEASE';
|
||||||
'Red Hat Linux/i386 9', "$manLocalDir/RedHat-9-i386",
|
'Red Hat Linux/i386 9', "$manLocalDir/RedHat-9-i386",
|
||||||
|
|
||||||
'CentOS Linux/i386 3.9', "$manLocalDir/CentOS-3.9",
|
'CentOS Linux/i386 3.9', "$manLocalDir/CentOS-3.9",
|
||||||
|
'CentOS Linux/i386 4.8', "$manLocalDir/CentOS-4.8",
|
||||||
|
'CentOS Linux/i386 5.4', "$manLocalDir/CentOS-5.4",
|
||||||
|
|
||||||
'SuSE Linux/i386 4.3', "$manLocalDir/SuSE-4.3-i386",
|
'SuSE Linux/i386 4.3', "$manLocalDir/SuSE-4.3-i386",
|
||||||
'SuSE Linux/i386 5.0', "$manLocalDir/SuSE-5.0-i386",
|
'SuSE Linux/i386 5.0', "$manLocalDir/SuSE-5.0-i386",
|
||||||
|
@ -490,7 +492,7 @@ while ( ( $key, $val ) = each %manPath ) {
|
||||||
|
|
||||||
'slackware', 'Linux Slackware 3.1',
|
'slackware', 'Linux Slackware 3.1',
|
||||||
'redhat', 'Red Hat Linux/i386 9',
|
'redhat', 'Red Hat Linux/i386 9',
|
||||||
'centos', 'CentOS Linux/i386 3.9',
|
'centos', 'CentOS Linux/i386 5.4',
|
||||||
'suse', 'SuSE Linux/i386 11.2',
|
'suse', 'SuSE Linux/i386 11.2',
|
||||||
'linux', 'SuSE Linux/i386 11.2',
|
'linux', 'SuSE Linux/i386 11.2',
|
||||||
'darwin', 'Darwin 8.0.1/ppc',
|
'darwin', 'Darwin 8.0.1/ppc',
|
||||||
|
@ -1392,7 +1394,7 @@ sub faq {
|
||||||
}
|
}
|
||||||
|
|
||||||
local $id =
|
local $id =
|
||||||
'$FreeBSD: www/en/cgi/man.cgi,v 1.234 2009/11/21 22:42:18 wosch Exp $';
|
'$FreeBSD: www/en/cgi/man.cgi,v 1.235 2009/11/22 11:26:17 wosch Exp $';
|
||||||
return qq{\
|
return qq{\
|
||||||
<pre>
|
<pre>
|
||||||
Copyright (c) 1996-2008 <a href="$mailtoURL">Wolfram Schneider</a>
|
Copyright (c) 1996-2008 <a href="$mailtoURL">Wolfram Schneider</a>
|
||||||
|
|
Loading…
Reference in a new issue