From: timeless%mozdev.org <> Date: Tue, 22 Jun 2004 14:46:48 +0000 (+0000) Subject: Bug 247209 map sun4u to Solaris X-Git-Tag: bugzilla-2.18rc1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ecb260cec820ef54cb3be375fbad3cd817d7cda;p=thirdparty%2Fbugzilla.git Bug 247209 map sun4u to Solaris r=vladd a=justdave --- diff --git a/enter_bug.cgi b/enter_bug.cgi index 7d6966b010..68e991441e 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -163,6 +163,7 @@ sub pickos { /\(.*OSF.*\)/ && do {return "OSF/1";}; /\(.*Linux.*\)/ && do {return "Linux";}; /\(.*SunOS 5.*\)/ && do {return "Solaris";}; + /\(.*SunOS.*sun4u.*\)/ && do {return "Solaris";}; /\(.*SunOS.*\)/ && do {return "SunOS";}; /\(.*HP-?UX.*\)/ && do {return "HP-UX";}; /\(.*BSD\/(?:OS|386).*\)/ && do {return "BSDI";};