summaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-01-28 06:28:38 +0100
committerterry%netscape.com <>1999-01-28 06:28:38 +0100
commitc7af3d044a13ac954acc4ac2cd3339fb587ae3f0 (patch)
tree9df186cb0f2694f60138523919e81333f21e8e17 /enter_bug.cgi
parent93abc2aa4bdfec6106c87b64638f9e4a0fca8add (diff)
downloadbugzilla-c7af3d044a13ac954acc4ac2cd3339fb587ae3f0.tar.gz
bugzilla-c7af3d044a13ac954acc4ac2cd3339fb587ae3f0.tar.xz
Was picking wrong OS for Macs by default (according to brade@netscape.com).
Diffstat (limited to 'enter_bug.cgi')
-rwxr-xr-xenter_bug.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/enter_bug.cgi b/enter_bug.cgi
index 87abef887..605890556 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";};