From: terry%netscape.com <> Date: Tue, 22 Sep 1998 01:51:33 +0000 (+0000) Subject: Patch by Bert Driehuis -- recognize X-Git-Tag: bugzilla-2.2~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17f74f22eab906e3454429734aae4c01cc554d19;p=thirdparty%2Fbugzilla.git Patch by Bert Driehuis -- recognize BSDI systems. --- diff --git a/enter_bug.cgi b/enter_bug.cgi index c219624000..8cafd918c2 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -129,6 +129,7 @@ sub pickos { /Mozilla.*\(.*;.*; SunOS 5.*\)/ && do {return "Solaris";}; /Mozilla.*\(.*;.*; SunOS.*\)/ && do {return "SunOS";}; /Mozilla.*\(.*;.*; SunOS.*\)/ && do {return "SunOS";}; + /Mozilla.*\(.*;.*; BSD\/OS.*\)/ && do {return "BSDI";}; /Mozilla.*\(Win16.*\)/ && do {return "Windows 3.1";}; /Mozilla.*\(Win95.*\)/ && do {return "Windows 95";}; /Mozilla.*\(WinNT.*\)/ && do {return "Windows NT";};