From 17f74f22eab906e3454429734aae4c01cc554d19 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Tue, 22 Sep 1998 01:51:33 +0000 Subject: Patch by Bert Driehuis -- recognize BSDI systems. --- enter_bug.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'enter_bug.cgi') diff --git a/enter_bug.cgi b/enter_bug.cgi index c21962400..8cafd918c 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";}; -- cgit v1.2.3-24-g4f1b