diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-08 17:27:17 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-08 17:27:17 +0000 |
commit | 92c0b8222eb50dd35c06e2f1265706b388762234 (patch) | |
tree | c94def6f5c4cfbbcc1a7a70d96e721eb433ed01f /Config.in | |
parent | 0cacc80952a7a34f9cb8b384d6dd0b1522c37bae (diff) | |
download | busybox-w32-92c0b8222eb50dd35c06e2f1265706b388762234.tar.gz busybox-w32-92c0b8222eb50dd35c06e2f1265706b388762234.tar.bz2 busybox-w32-92c0b8222eb50dd35c06e2f1265706b388762234.zip |
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 | |||
244 | help | 244 | help |
245 | This is an experimental option which directs applets about to | 245 | This is an experimental option which directs applets about to |
246 | call 'exec' to try and find an applicable busybox applet before | 246 | call 'exec' to try and find an applicable busybox applet before |
247 | searching the PATH. This may affect shell, find -exec, xargs and | 247 | searching the PATH. This is typically done by exec'ing |
248 | similar programs. | 248 | /proc/self/exe. |
249 | This may affect shell, find -exec, xargs and similar applets. | ||
250 | They will use applets even if /bin/<applet> -> busybox link | ||
251 | is missing (or is not a link to busybox). However, this causes | ||
252 | problems in chroot jails without mounted /proc and with ps/top | ||
253 | (command name can be shown as 'exe' for applets started this way). | ||
249 | 254 | ||
250 | config BUSYBOX_EXEC_PATH | 255 | config BUSYBOX_EXEC_PATH |
251 | string "Path to BusyBox executable" | 256 | string "Path to BusyBox executable" |