nuke FreeBSD 4.5-stable (replaced by 4.6-stable)

add freebsd-stable alias
This commit is contained in:
Wolfram Schneider 2002-06-23 15:19:15 +00:00
parent aa56cd41fb
commit 0b06d8cfbf
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13460

View file

@ -33,7 +33,7 @@
# 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.76 2002-06-23 15:15:18 wosch Exp $ # $Id: man.cgi,v 1.77 2002-06-23 15:19:15 wosch Exp $
#use Data::Dumper; #use Data::Dumper;
#use Carp; #use Carp;
@ -137,7 +137,6 @@ $manPathDefault = 'FreeBSD 4.6-RELEASE';
'FreeBSD 5.0-current', "$manLocalDir/FreeBSD-5.0-current", 'FreeBSD 5.0-current', "$manLocalDir/FreeBSD-5.0-current",
'FreeBSD 4.6-RELEASE', "$manLocalDir/FreeBSD-4.6-RELEASE", 'FreeBSD 4.6-RELEASE', "$manLocalDir/FreeBSD-4.6-RELEASE",
'FreeBSD 4.5-RELEASE', "$manLocalDir/FreeBSD-4.5-RELEASE", 'FreeBSD 4.5-RELEASE', "$manLocalDir/FreeBSD-4.5-RELEASE",
'FreeBSD 4.5-stable', "$manLocalDir/FreeBSD-4.5-stable",
'FreeBSD 4.6-stable', "$manLocalDir/FreeBSD-4.6-stable", 'FreeBSD 4.6-stable', "$manLocalDir/FreeBSD-4.6-stable",
'FreeBSD 4.4-RELEASE', "$manLocalDir/FreeBSD-4.4-RELEASE", 'FreeBSD 4.4-RELEASE', "$manLocalDir/FreeBSD-4.4-RELEASE",
'FreeBSD 4.3-RELEASE', "$manLocalDir/FreeBSD-4.3-RELEASE", 'FreeBSD 4.3-RELEASE', "$manLocalDir/FreeBSD-4.3-RELEASE",
@ -267,7 +266,8 @@ while (($key,$val) = each %manPath) {
# keywords must be in lower cases. # keywords must be in lower cases.
%manPathAliases = %manPathAliases =
( (
'freebsd', 'FreeBSD 4.4-RELEASE', 'freebsd', 'FreeBSD 4.6-RELEASE',
'freebsd-stable', 'FreeBSD 4.6-stable',
'freebsd-current', 'FreeBSD 5.0-current', 'freebsd-current', 'FreeBSD 5.0-current',
'slackware', 'Linux Slackware 3.1', 'slackware', 'Linux Slackware 3.1',
'linux-de', 'deutsch - Linux/GNU', 'linux-de', 'deutsch - Linux/GNU',
@ -944,7 +944,7 @@ ETX
} }
sub copyright { sub copyright {
$id = '$Id: man.cgi,v 1.76 2002-06-23 15:15:18 wosch Exp $'; $id = '$Id: man.cgi,v 1.77 2002-06-23 15:19:15 wosch Exp $';
return qq{\ return qq{\
<PRE> <PRE>