]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch by Bert Driehuis <bert_driehuis@nl.compuware.com> -- recognize
authorterry%netscape.com <>
Tue, 22 Sep 1998 01:51:33 +0000 (01:51 +0000)
committerterry%netscape.com <>
Tue, 22 Sep 1998 01:51:33 +0000 (01:51 +0000)
BSDI systems.

enter_bug.cgi

index c2196240003fc2cb918f5670efa132f6d68f9748..8cafd918c2afb73f89939c8ee66c4c666644ffa7 100755 (executable)
@@ -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";};