From: terry%netscape.com <> Date: Thu, 28 Jan 1999 05:28:38 +0000 (+0000) Subject: Was picking wrong OS for Macs by default (according to brade@netscape.com). X-Git-Tag: bugzilla-2.2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7af3d044a13ac954acc4ac2cd3339fb587ae3f0;p=thirdparty%2Fbugzilla.git Was picking wrong OS for Macs by default (according to brade@netscape.com). --- diff --git a/enter_bug.cgi b/enter_bug.cgi index 87abef887c..605890556e 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -133,8 +133,8 @@ sub pickos { /Mozilla.*\(.*;.*; IRIX.*\)/ && do {return "IRIX";}; /Mozilla.*\(.*;.*; 32bit.*\)/ && do {return "Windows 95";}; /Mozilla.*\(.*;.*; 16bit.*\)/ && do {return "Windows 3.1";}; - /Mozilla.*\(.*;.*; 68K.*\)/ && do {return "System 7.5";}; - /Mozilla.*\(.*;.*; PPC.*\)/ && do {return "System 7.5";}; + /Mozilla.*\(.*;.*; 68K.*\)/ && do {return "Mac System 8.5";}; + /Mozilla.*\(.*;.*; PPC.*\)/ && do {return "Mac System 8.5";}; /Mozilla.*\(.*;.*; OSF.*\)/ && do {return "OSF/1";}; /Mozilla.*\(.*;.*; Linux.*\)/ && do {return "Linux";}; /Mozilla.*\(.*;.*; SunOS 5.*\)/ && do {return "Solaris";};