From 061d059d7bf9bd3b787e1fd22b222212ad38e5ae Mon Sep 17 00:00:00 2001 From: "timeless%mac.com" <> Date: Thu, 4 Oct 2001 07:06:54 +0000 Subject: Bugzilla Bug 69533 enter_bug.cgi does not auto-detect HP-UX as OS patch by gary@radionics.com r=zach --- enter_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enter_bug.cgi') diff --git a/enter_bug.cgi b/enter_bug.cgi index cd50cded7..63218059b 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -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";}; -- cgit v1.2.3-24-g4f1b