" btw, is 'sudo' a busybox applet? If so, chmod +s is a gaping security hole We use tinylogin to avoid having a setuid root busybox."
Given that I hadn't installed bash at that point I guess sudo might be a busybox applet. It doesn't come with busybox, and requires separate installation from the feed, though. I hadn't actually looked, and by now have installed the bash package.
I had to be root to do chmod, if that helps allay security concerns....
While I was flipping back and forth between the package manager and command line (to what various packages were called and what interesting stuff was available) it ocurred to me that OZ might benefit from some bash script with a simple checkbox selection frontend (in dialog, or something) that works with the gui off.... kinda like the setup package manager in redhat. Ugly, true, but it would work well, and on both guis and probably bootstrap (make it the default for bootstrap). Given that ipkg install some-package-or-other-with-a-few-dependencies.ipk works perfectly from command and not really very often from the gpe gui it might make a good backup for the gpe package manager. It seems that it would be a real pain for me to write, but likley pretty simple for someone more famililar (no pun) with bash scripting. All it would need to do would be list and present a checkbox and send the result line by line back to ipkg install variable, right?