From: timeless%mozdev.org <> Date: Wed, 16 Jun 2004 17:37:27 +0000 (+0000) Subject: Bug 160210 Add MacOSX 10.1 and 10.2 to the os list X-Git-Tag: bugzilla-2.18rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=629df0c7566e20463020b1038ec065084c02ee21;p=thirdparty%2Fbugzilla.git Bug 160210 Add MacOSX 10.1 and 10.2 to the os list Previous patch left OS detection broken for Mac OS X. This maps Mac OS X to 10.0. r=vladd a=justdave --- diff --git a/enter_bug.cgi b/enter_bug.cgi index 8962dfad57..7d6966b010 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -196,8 +196,8 @@ sub pickos { /\(.*Mac OS 8\.0.*\)/ && do {return "Mac System 8.0";}; /\(.*Mac OS 8[^.].*\)/ && do {return "Mac System 8.0";}; /\(.*Mac OS 8.*\)/ && do {return "Mac System 8.6";}; - /\(.*Mac OS X.*\)/ && do {return "MacOS X";}; - /\(.*Darwin.*\)/ && do {return "MacOS X";}; + /\(.*Mac OS X.*\)/ && do {return "Mac OS X 10.0";}; + /\(.*Darwin.*\)/ && do {return "Mac OS X 10.0";}; # Silly /\(.*Mac.*PowerPC.*\)/ && do {return "Mac System 9.x";}; /\(.*Mac.*PPC.*\)/ && do {return "Mac System 9.x";};