aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-05-08 17:27:17 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-05-08 17:27:17 +0000
commit92c0b8222eb50dd35c06e2f1265706b388762234 (patch)
treec94def6f5c4cfbbcc1a7a70d96e721eb433ed01f /Config.in
parent0cacc80952a7a34f9cb8b384d6dd0b1522c37bae (diff)
downloadbusybox-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.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index 94ed109cb..a04e11b5c 100644
--- a/Config.in
+++ b/Config.in
@@ -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
250config BUSYBOX_EXEC_PATH 255config BUSYBOX_EXEC_PATH
251 string "Path to BusyBox executable" 256 string "Path to BusyBox executable"