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
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user