From 47fb515d387cd8eefa0e1a31df59d206f01b2e49 Mon Sep 17 00:00:00 2001 From: "leon.sha%sun.com" Date: Thu, 30 Mar 2006 07:15:57 +0000 Subject: [PATCH] Bug 328396 Solaris patch-checker update needed for solaris 11. Patch maker: leon.sha@sun.com. darin: review+ darin: superreview+ git-svn-id: svn://10.0.0.236/trunk@193251 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/bootstrap/init.d/moz_patch_checker.dtksh | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ;;