components/ksh93/patches/CR7057565.patch
changeset 789 5f074ca23733
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ksh93/patches/CR7057565.patch	Mon Apr 23 08:30:27 2012 -0700
@@ -0,0 +1,12 @@
+diff -rupN INIT.2011-02-08.clean/src/cmd/ksh93/Makefile INIT.2011-02-08/src/cmd/ksh93/Makefile
+--- INIT.2011-02-08.clean/src/cmd/ksh93/Makefile	2012-04-11 17:48:34.919720887 +0100
++++ INIT.2011-02-08/src/cmd/ksh93/Makefile	2012-04-11 17:51:33.474974484 +0100
+@@ -40,7 +40,7 @@ SHOPT_NAMESPACE == 1		/* allow namespace
+ SHOPT_OLDTERMIO ==		/* support both TCGETA and TCGETS */
+ SHOPT_OPTIMIZE == 1		/* optimize loop invariants */
+ SHOPT_PFSH == 1			/* solaris exec_attr(4) profile execution */
+-SHOPT_P_SUID ==			/* real uid's that require -p for set[ug]id */
++SHOPT_P_SUID == 1		/* real uid's that require -p for set[ug]id */
+ SHOPT_RAWONLY == 1		/* make viraw the only vi mode */
+ SHOPT_REGRESS ==		/* enable __regress__ builtin and instrumented intercepts for testing */
+ SHOPT_REMOTE ==			/* enable --rc if running as a remote shell */