diff options
author | Rob Landley <rob@landley.net> | 2005-10-04 03:34:39 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-10-04 03:34:39 +0000 |
commit | 5d3a0e8ed3c7fcb43c9298d43868672ae51a4456 (patch) | |
tree | f60cc3927c07020236912ae6cfa9f864a29f6f75 /findutils/Config.in | |
parent | d128b7182082052626555331ca46b92e478a0cc5 (diff) | |
download | busybox-w32-5d3a0e8ed3c7fcb43c9298d43868672ae51a4456.tar.gz busybox-w32-5d3a0e8ed3c7fcb43c9298d43868672ae51a4456.tar.bz2 busybox-w32-5d3a0e8ed3c7fcb43c9298d43868672ae51a4456.zip |
Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_
while we're in the area.
Diffstat (limited to 'findutils/Config.in')
-rw-r--r-- | findutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
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 | |||
57 | help | 57 | help |
58 | Support the 'find -inum' option for searching by inode number. | 58 | Support the 'find -inum' option for searching by inode number. |
59 | 59 | ||
60 | config CONFIG_FEATURE_FIND_EXEC | ||
61 | bool " Enable (-exec) option allowing execution of commands" | ||
62 | default y | ||
63 | depends on CONFIG_FIND | ||
64 | help | ||
65 | Support the 'find -exec' option for executing commands based upon | ||
66 | the files matched. | ||
67 | |||
60 | config CONFIG_GREP | 68 | config CONFIG_GREP |
61 | bool "grep" | 69 | bool "grep" |
62 | default n | 70 | default n |