From d2a92249e0e28b010c160df89039535801037e74 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sun, 25 Feb 2001 11:57:57 +0000 Subject: [PATCH] add suse alias --- en/cgi/man.cgi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/en/cgi/man.cgi b/en/cgi/man.cgi index 43191565e8..2fcc0d0d03 100755 --- a/en/cgi/man.cgi +++ b/en/cgi/man.cgi @@ -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: $www{'home'}$BASE
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 "
\n"; print "\n\n"; 0;