Commit 6ecb260c authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 247209 map sun4u to Solaris

r=vladd a=justdave
parent 59de2bcc
......@@ -163,6 +163,7 @@ sub pickos {
/\(.*OSF.*\)/ && do {return "OSF/1";};
/\(.*Linux.*\)/ && do {return "Linux";};
/\(.*SunOS 5.*\)/ && do {return "Solaris";};
/\(.*SunOS.*sun4u.*\)/ && do {return "Solaris";};
/\(.*SunOS.*\)/ && do {return "SunOS";};
/\(.*HP-?UX.*\)/ && do {return "HP-UX";};
/\(.*BSD\/(?:OS|386).*\)/ && do {return "BSDI";};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment