busybox(1) does not mention "busybox --install", which could be useful in some emergency situations. I see that /etc/busybox.conf is not documented either.
Out of curiocity, which _emergency_ situation is like that? If your system is hosed you need minimal changes to get it working. Replacing system binaries with symlinks to bb is hosing it further. If you need particular utility, use `busybox utility' construct. --install is useful to _install_ things into a working system. But yes, it is not documented, and the conffile isn't documented too. Shouldn't the severity be "Wishlist" for such bugs? Thanks, /mjt
As above, /etc/default/busybox-syslogd is also not documented. I had to read /etc/init.d/busybox-syslogd to discover that /etc/default/syslogd was the wrong file. In passing, busybox-syslogd fails to install if sysklogd has not been purged. ael