Added NetBSD 1.3.2, 1.3.3, 1.4.[123], 1.5

This commit is contained in:
Wolfram Schneider 2000-12-26 17:04:33 +00:00
parent 56a4c0426f
commit 92e3b4401a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8544

View file

@ -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.15 2000-12-03 18:35:54 wosch Exp $
# $Id: man.cgi,v 1.16 2000-12-26 17:04:33 wosch Exp $
#use Data::Dumper;
@ -159,7 +159,13 @@ $manPathDefault = 'FreeBSD 4.2-RELEASE';
'OpenBSD 2.6', "$manLocalDir/OpenBSD-2.6",
'NetBSD 1.2', "$manLocalDir/NetBSD-1.2",
'NetBSD 1.3', "$manLocalDir/NetBSD-1.3",
'NetBSD 1.3.2', "$manLocalDir/NetBSD-1.3.2",
'NetBSD 1.3.3', "$manLocalDir/NetBSD-1.3.3",
'NetBSD 1.4', "$manLocalDir/NetBSD-1.4",
'NetBSD 1.4.1', "$manLocalDir/NetBSD-1.4.1",
'NetBSD 1.4.2', "$manLocalDir/NetBSD-1.4.2",
'NetBSD 1.4.3', "$manLocalDir/NetBSD-1.4.3",
'NetBSD 1.5', "$manLocalDir/NetBSD-1.5",
'2.8 BSD', "$manLocalDir/2.8BSD",
'2.9.1 BSD', "$manLocalDir/2.9.1BSD",
@ -223,7 +229,7 @@ while (($key,$val) = each %manPath) {
'linux-de', 'deutsch - Linux/GNU',
'redhat', 'Red Hat Linux/i386 6.2',
'linux', 'Red Hat Linux/i386 6.2',
'netbsd', 'NetBSD 1.3',
'netbsd', 'NetBSD 1.5',
'openbsd 2.x', 'OpenBSD 2.6',
'openbsd', 'OpenBSD 2.6',
'v7', 'Unix Seventh Edition',
@ -752,7 +758,7 @@ Please direct questions about this server to
URL: <A HREF="$BASE" target=_parent>$www{'home'}$BASE</a><br>
ETX
print q{$Date: 2000-12-03 18:35:54 $ $Revision: 1.15 $};
print q{$Date: 2000-12-26 17:04:33 $ $Revision: 1.16 $};
print "<br>\n";
print "</BODY>\n</HTML>\n";
0;