aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-09 13:04:50 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-09 13:04:50 +0000
commit68a4a5b8a86e3c0f0f371e6d3ad04cb513f10d19 (patch)
tree9aa16703d48b9a7a38ccaec3759a19e95e976383 /Config.in
parent4565afa16cb2dd94d5aac41b6627e0a5240fbbe0 (diff)
downloadbusybox-w32-68a4a5b8a86e3c0f0f371e6d3ad04cb513f10d19.tar.gz
busybox-w32-68a4a5b8a86e3c0f0f371e6d3ad04cb513f10d19.tar.bz2
busybox-w32-68a4a5b8a86e3c0f0f371e6d3ad04cb513f10d19.zip
Implement first instance of NOFORK applet - echo
find: use NOFORK/NOEXEC; small -exec buglet also eliminated vfork_daemon_rexec: honor PREFER_APPLETS echo: small size improvements find -exec echo {} \; with PREFER_APPLETS=y runs 4 times faster git-svn-id: svn://busybox.net/trunk/busybox@18372 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index fea408148..59d7d6731 100644
--- a/Config.in
+++ b/Config.in
@@ -244,7 +244,8 @@ config FEATURE_EXEC_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 executable path for a binary or symlink to execute. 247 searching the PATH. This may affect shell, find -exec, xargs and
248 similar programs.
248 249
249config BUSYBOX_EXEC_PATH 250config BUSYBOX_EXEC_PATH
250 string "Path to BusyBox executable" 251 string "Path to BusyBox executable"