diff options
author | Denis Vlasenko | 2007-05-08 17:27:17 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-05-08 17:27:17 +0000 |
commit | 92c0b8222eb50dd35c06e2f1265706b388762234 (patch) | |
tree | c94def6f5c4cfbbcc1a7a70d96e721eb433ed01f /Config.in | |
parent | 0cacc80952a7a34f9cb8b384d6dd0b1522c37bae (diff) | |
download | busybox-92c0b8222eb50dd35c06e2f1265706b388762234.zip busybox-92c0b8222eb50dd35c06e2f1265706b388762234.tar.gz |
tail: fix SEGV on "tail -N"
config system: clarify PREFER_APPLETS/SH_STANDALONE effects in help text
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -244,8 +244,13 @@ config FEATURE_PREFER_APPLETS help This is an experimental option which directs applets about to call 'exec' to try and find an applicable busybox applet before - searching the PATH. This may affect shell, find -exec, xargs and - similar programs. + searching the PATH. This is typically done by exec'ing + /proc/self/exe. + This may affect shell, find -exec, xargs and similar applets. + They will use applets even if /bin/<applet> -> busybox link + is missing (or is not a link to busybox). However, this causes + problems in chroot jails without mounted /proc and with ps/top + (command name can be shown as 'exe' for applets started this way). config BUSYBOX_EXEC_PATH string "Path to BusyBox executable" |