> Maybe that is the right approach, and I should get used to the idea that > busybox is actually part of my app, not part of the system. Except there > are things in /etc/init.d that use busybox too. Maybe I need to download > and update EVERY script on the system with my app. Better find them all > first. > And if anything else I don't update is doing system() calls I'd better > pray the new busybox works the same.
Thinking that bb is a part of your app is fine. A fairly easy solution to not conflicting with the system's busybox is to name yours busybox2, or whatever. Then call "busybox2 ps", and you know exactly what output you get. - Lauri -- _______________________________________________ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera.com _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
