diff options
author | terry%netscape.com <> | 1998-09-22 03:51:33 +0200 |
---|---|---|
committer | terry%netscape.com <> | 1998-09-22 03:51:33 +0200 |
commit | 17f74f22eab906e3454429734aae4c01cc554d19 (patch) | |
tree | f9896d99999be60c4fcc5125a59197d638083cae /enter_bug.cgi | |
parent | 0ae9721ec1e70c974e5bd1df974b43c409dcb3d3 (diff) | |
download | bugzilla-17f74f22eab906e3454429734aae4c01cc554d19.tar.gz bugzilla-17f74f22eab906e3454429734aae4c01cc554d19.tar.xz |
Patch by Bert Driehuis <bert_driehuis@nl.compuware.com> -- recognize
BSDI systems.
Diffstat (limited to 'enter_bug.cgi')
-rwxr-xr-x | enter_bug.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
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";}; |