Commit 061d059d authored by timeless%mac.com's avatar timeless%mac.com

Bugzilla Bug 69533 enter_bug.cgi does not auto-detect HP-UX as OS

patch by gary@radionics.com r=zach
parent d09ce429
......@@ -206,7 +206,7 @@ sub pickos {
/Mozilla.*\(.*;.*; Linux.*\)/ && do {return "Linux";};
/Mozilla.*\(.*;.*; SunOS 5.*\)/ && do {return "Solaris";};
/Mozilla.*\(.*;.*; SunOS.*\)/ && do {return "SunOS";};
/Mozilla.*\(.*;.*; SunOS.*\)/ && do {return "SunOS";};
/Mozilla.*\(.*;.*; HP-UX.*\)/ && do {return "HP-UX";};
/Mozilla.*\(.*;.*; BSD\/OS.*\)/ && do {return "BSDI";};
/Mozilla.*\(.*;.*; FreeBSD.*\)/ && do {return "FreeBSD";};
/Mozilla.*\(Win16.*\)/ && do {return "Windows 3.1";};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment