add suse alias

This commit is contained in:
Wolfram Schneider 2001-02-25 11:57:57 +00:00
parent f30e9810ee
commit d2a92249e0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8846

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.28 2001-02-23 18:35:55 wosch Exp $
# $Id: man.cgi,v 1.29 2001-02-25 11:57:57 wosch Exp $
#use Data::Dumper;
#use Carp;
@ -197,7 +197,7 @@ $manPathDefault = 'FreeBSD 4.2-RELEASE';
'Red Hat Linux/i386 6.2', "$manLocalDir/RedHat-6.2-i386",
'Red Hat Linux/i386 7.0', "$manLocalDir/RedHat-7.0-i386",
'SuSE Linux/i386 7.1', "$manLocalDir/Suse-7.1-i386",
'SuSE Linux/i386 7.1', "$manLocalDir/Suse-7.1-i386",
'SunOS 5.8', "$manLocalDir/SunOS-5.8",
'SunOS 5.7', "$manLocalDir/SunOS-5.7",
@ -233,7 +233,9 @@ while (($key,$val) = each %manPath) {
'slackware', 'Linux Slackware 3.1',
'linux-de', 'deutsch - Linux/GNU',
'redhat', 'Red Hat Linux/i386 7.0',
'suse', 'SuSE Linux/i386 7.1',
'linux', 'Red Hat Linux/i386 7.0',
'netbsd', 'NetBSD 1.5',
'openbsd', 'OpenBSD 2.8',
'v7', 'Unix Seventh Edition',
@ -767,7 +769,7 @@ Please direct questions about this server to
URL: <A HREF="$BASE" target=_parent>$www{'home'}$BASE</a><br>
ETX
print q{$Date: 2001-02-23 18:35:55 $ $Revision: 1.28 $};
print q{$Date: 2001-02-25 11:57:57 $ $Revision: 1.29 $};
print "<br>\n";
print "</BODY>\n</HTML>\n";
0;