diff options
author | timeless%mozdev.org <> | 2004-06-22 14:49:15 +0000 |
---|---|---|
committer | timeless%mozdev.org <> | 2004-06-22 14:49:15 +0000 |
commit | 8381f5770745d5a23b9f3e8ecee1c42323ef9765 (patch) | |
tree | d4d4f72dce38024be9054118202a3280cfa13fe5 | |
parent | Bug 247209 map sun4u to Solaris (diff) | |
download | bugzilla-8381f5770745d5a23b9f3e8ecee1c42323ef9765.tar.gz bugzilla-8381f5770745d5a23b9f3e8ecee1c42323ef9765.tar.bz2 bugzilla-8381f5770745d5a23b9f3e8ecee1c42323ef9765.zip |
Bug 247192 User Agent Sniffing fails to capture StarOffice/5.1 running on Solaris Sparc
r=vladd a=justdave
-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 68e991441..cbe2929aa 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -162,6 +162,7 @@ sub pickos { /\(.*IRIX.*\)/ && do {return "IRIX";}; /\(.*OSF.*\)/ && do {return "OSF/1";}; /\(.*Linux.*\)/ && do {return "Linux";}; + /\(.*Solaris.*\)/ && do {return "Solaris";}; /\(.*SunOS 5.*\)/ && do {return "Solaris";}; /\(.*SunOS.*sun4u.*\)/ && do {return "Solaris";}; /\(.*SunOS.*\)/ && do {return "SunOS";}; |