Mayuresh Nirhali wrote: > > # pkg search -r pfksh > > returns nothing. > > User 'postgres' is configured with default shell as '/usr/bin/pfksh'. > > Is it missing in the repo or am I missing anything here ?
The problem is that there is no pfksh93 - it was ripped out of the original ARC case since there was some unresolved discussion whether POSIX shell behaviour or RBAC behaviour should be enforced for commands which are available as builtin commands. The other issue was simply that ksh93 -P was defunct for some time (and no time was invested to fix it since the functionality was removed from the ARC case anyway) ... but that has been fixed in the meantime Workaround: 1. Download http://www.opensolaris.org/os/project/ksh93-integration/downloads/2008-06-24/ (to get the fix for ksh93 -P) 2. Make a hardlink from /usr/bin/ksh93 to /usr/bin/pfksh AFAIK this should work now... ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) [EMAIL PROTECTED] \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL <currently fluctuating> (;O/ \/ \O;) _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
