diff --git a/mozilla/xpfe/bootstrap/init.d/moz_patch_checker.dtksh b/mozilla/xpfe/bootstrap/init.d/moz_patch_checker.dtksh index 646d41a80ae..5e17a3d1d2e 100644 --- a/mozilla/xpfe/bootstrap/init.d/moz_patch_checker.dtksh +++ b/mozilla/xpfe/bootstrap/init.d/moz_patch_checker.dtksh @@ -114,6 +114,11 @@ case "$(uname -p)" in exit 0 ;; + # Solaris 11/SPARC - no patches yet + "5.11") + exit 0 + ;; + *) unsupported_exit ;; @@ -172,6 +177,11 @@ case "$(uname -p)" in exit 0 ;; + # Solaris 11/x86 - no patches yet + "5.11") + exit 0 + ;; + *) unsupported_exit ;;