update 'FreeBSD Ports' aliases (=> FreeBSD Ports 4.7-RELEASE)
This commit is contained in:
parent
a8e06e1e89
commit
0b51c8d769
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15831
1 changed files with 4 additions and 5 deletions
|
@ -33,7 +33,7 @@
|
|||
# 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.90 2003-01-28 10:22:21 wosch Exp $
|
||||
# $Id: man.cgi,v 1.91 2003-01-28 10:42:49 wosch Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -175,7 +175,6 @@ $manPathDefault = 'FreeBSD 4.7-RELEASE';
|
|||
'FreeBSD 1.1.5.1-RELEASE', "$manLocalDir/FreeBSD-1.1.5.1-RELEASE",
|
||||
'FreeBSD 1.1-RELEASE', "$manLocalDir/FreeBSD-1.1-RELEASE",
|
||||
'FreeBSD 1.0-RELEASE', "$manLocalDir/FreeBSD-1.0-RELEASE",
|
||||
'FreeBSD Ports', "$manLocalDir/FreeBSD-ports",
|
||||
'FreeBSD Ports 5.0-RELEASE', "$manLocalDir/FreeBSD-ports-5.0-RELEASE",
|
||||
'FreeBSD Ports 4.7-RELEASE', "$manLocalDir/FreeBSD-ports-4.7-RELEASE",
|
||||
|
||||
|
@ -310,8 +309,8 @@ while (($key,$val) = each %manPath) {
|
|||
'sunos5', 'SunOS 5.9',
|
||||
'sunos4', 'SunOS 4.1.3',
|
||||
'sunos', 'SunOS 4.1.3',
|
||||
'freebsd ports', 'FreeBSD Ports',
|
||||
'ports', 'FreeBSD Ports',
|
||||
'freebsd ports', 'FreeBSD Ports 4.7-RELEASE',
|
||||
'ports', 'FreeBSD Ports 4.7-RELEASE',
|
||||
'plan9', 'Plan 9',
|
||||
'osf1', 'OSF1 V5.1/alpha',
|
||||
'true64', 'OSF1 V5.1/alpha',
|
||||
|
@ -966,7 +965,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.90 2003-01-28 10:22:21 wosch Exp $';
|
||||
$id = '$Id: man.cgi,v 1.91 2003-01-28 10:42:49 wosch Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Reference in a new issue