summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-09 13:04:50 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-09 13:04:50 +0000
commit7e754f12d304704d44e10fd4d2fdb8710526656e (patch)
tree9aa16703d48b9a7a38ccaec3759a19e95e976383 /Config.in
parent2dfdd44d9d6c3984501683bbac2e78b18eeae1e7 (diff)
downloadbusybox-w32-7e754f12d304704d44e10fd4d2fdb8710526656e.tar.gz
busybox-w32-7e754f12d304704d44e10fd4d2fdb8710526656e.tar.bz2
busybox-w32-7e754f12d304704d44e10fd4d2fdb8710526656e.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
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"