From: eldy <> Date: Tue, 20 Jan 2004 23:07:01 +0000 (+0000) Subject: Fixed not working detection of Mac OS X X-Git-Tag: AWSTATS_6_1_BETA~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92e8b6bbd34bdb07135654967ca8550ed036d7e9;p=thirdparty%2FAWStats.git Fixed not working detection of Mac OS X --- diff --git a/wwwroot/cgi-bin/lib/operating_systems.pm b/wwwroot/cgi-bin/lib/operating_systems.pm index f1b7fbe7..d847c178 100644 --- a/wwwroot/cgi-bin/lib/operating_systems.pm +++ b/wwwroot/cgi-bin/lib/operating_systems.pm @@ -28,7 +28,7 @@ 'win(.*)16','windows[_+ ]3', # This works for windows_31 and windows_3.1 'win(.*)ce', # Macintosh OS family -'mac os x', +'mac[_+ ]os[_+ ]x', 'mac[_+ ]?p', # This works for macppc and mac_ppc and mac_powerpc 'mac[_+ ]68', # This works for mac_6800 and mac_68k 'macweb', @@ -79,7 +79,7 @@ 'win(.*)16','win16','windows[_+ ]3','win16', 'win(.*)ce','wince', # Macintosh OS family -'mac os x','macosx', +'mac[_+ ]os[_+ ]x','macosx', 'mac[_+ ]?p','macintosh','mac[_+ ]68','macintosh','macweb','macintosh','macintosh','macintosh', # Unix like OS 'linux','linux',