From: timeless%mac.com <> Date: Thu, 4 Oct 2001 07:06:54 +0000 (+0000) Subject: Bugzilla Bug 69533 enter_bug.cgi does not auto-detect HP-UX as OS X-Git-Tag: bugzilla-2.14.1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=061d059d7bf9bd3b787e1fd22b222212ad38e5ae;p=thirdparty%2Fbugzilla.git Bugzilla Bug 69533 enter_bug.cgi does not auto-detect HP-UX as OS patch by gary@radionics.com r=zach --- diff --git a/enter_bug.cgi b/enter_bug.cgi index cd50cded79..63218059b9 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";};