From 803b2253ced57306732261f8d72b39c4f1d5c3db Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Mon, 21 Sep 1998 18:51:33 +0000 Subject: [PATCH] Patch by Bert Driehuis -- recognize BSDI systems. git-svn-id: svn://10.0.0.236/trunk@10596 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/enter_bug.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/webtools/bugzilla/enter_bug.cgi b/mozilla/webtools/bugzilla/enter_bug.cgi index c2196240003..8cafd918c2a 100755 --- a/mozilla/webtools/bugzilla/enter_bug.cgi +++ b/mozilla/webtools/bugzilla/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";};