Added Suse 7.1

This commit is contained in:
Wolfram Schneider 2001-02-23 18:35:55 +00:00
parent aacc59e899
commit 3474a53443
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8829

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.27 2001-02-07 15:00:47 wosch Exp $
# $Id: man.cgi,v 1.28 2001-02-23 18:35:55 wosch Exp $
#use Data::Dumper;
#use Carp;
@ -197,6 +197,8 @@ $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",
'SunOS 5.8', "$manLocalDir/SunOS-5.8",
'SunOS 5.7', "$manLocalDir/SunOS-5.7",
'SunOS 5.6', "$manLocalDir/SunOS-5.6",
@ -765,7 +767,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-07 15:00:47 $ $Revision: 1.27 $};
print q{$Date: 2001-02-23 18:35:55 $ $Revision: 1.28 $};
print "<br>\n";
print "</BODY>\n</HTML>\n";
0;