From 7e754f12d304704d44e10fd4d2fdb8710526656e Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 9 Apr 2007 13:04:50 +0000 Subject: 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 --- Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Config.in') 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 help This is an experimental option which directs applets about to call 'exec' to try and find an applicable busybox applet before - searching the executable path for a binary or symlink to execute. + searching the PATH. This may affect shell, find -exec, xargs and + similar programs. config BUSYBOX_EXEC_PATH string "Path to BusyBox executable" -- cgit v1.2.3