On Thu, 28 Jun 2007 22:03:04 +0200, mpb <[EMAIL PROTECTED]> wrote: > On 6/28/07, Isaac Dupree <[EMAIL PROTECTED]> wrote: > >> It would be nice if /bin/sh was or could easily be dash or similar on >> Gobolinux itself (non-rootless) too, any idea how to do that? Find/make >> a dash recipe, anything else? > > There seems to already be a "Dash" recipe. You'd have to manually > update the /bin/sh symlink.
As mpb said, there's already a recipe for dash, so to have it installed, just use Compile. To have it as /bin/sh, just remove /bin/sh and recreate the symlink poining at dash instead. rm /bin/sh ln -s /bin/dash /bin/sh I would not recommend anyone to do this on GoboLinux (yet) as there are a bug in Scripts (see below) with dash as /bin/sh. > > For reference, I've filed a bug report regarding problems with Scripts+dash. > > http://bugs.gobolinux.org/view.php?id=118 > I've confirmed the bug. There are some shell calls in the python script that use bash specific code but don't have bash specifically declared. -- /Jonas Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel