> Hi, are there any implications associated with setting /bin/sh > symlink to point to /usr/xpg4/bin/sh? Will it break anything?
It's certainly not supported and could break things. /bin/sh and /usr/xpg4/bin/sh are not identical. Some script may be relying on /bin/sh behavior and fail under the xpg4 version. I don't know that such scripts are common, but you're definitely on your own if you try it. It seems like a drastic change though. Any particular reason you want to do this? -- Darren Dunham [EMAIL PROTECTED] Senior Technical Consultant TAOS http://www.taos.com/ Got some Dr Pepper? San Francisco, CA bay area < This line left intentionally blank to confuse you. > _______________________________________________ Solaris-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/solaris-users
