From 5d3a0e8ed3c7fcb43c9298d43868672ae51a4456 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 4 Oct 2005 03:34:39 +0000 Subject: Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_ while we're in the area. --- findutils/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'findutils/Config.in') diff --git a/findutils/Config.in b/findutils/Config.in index 10dc72e29..3c28ec03a 100644 --- a/findutils/Config.in +++ b/findutils/Config.in @@ -57,6 +57,14 @@ config CONFIG_FEATURE_FIND_INUM help Support the 'find -inum' option for searching by inode number. +config CONFIG_FEATURE_FIND_EXEC + bool " Enable (-exec) option allowing execution of commands" + default y + depends on CONFIG_FIND + help + Support the 'find -exec' option for executing commands based upon + the files matched. + config CONFIG_GREP bool "grep" default n -- cgit v1.2.3