aboutsummaryrefslogtreecommitdiff
path: root/findutils/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-02-02 01:17:52 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-02-02 01:17:52 +0000
commita100707c04a41510bfe3460bf15a88c339ce4f30 (patch)
tree576d48e7a524624804c06891b37649965881b798 /findutils/Config.in
parent731d3572959774b36bab415bd1ae8bcd1958639b (diff)
downloadbusybox-w32-a100707c04a41510bfe3460bf15a88c339ce4f30.tar.gz
busybox-w32-a100707c04a41510bfe3460bf15a88c339ce4f30.tar.bz2
busybox-w32-a100707c04a41510bfe3460bf15a88c339ce4f30.zip
find -user support by Natanael Copa <natanael.copa@gmail.com>
Diffstat (limited to 'findutils/Config.in')
-rw-r--r--findutils/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index 5a4476a98..73ce36f51 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -83,6 +83,13 @@ config FEATURE_FIND_EXEC
83 Support the 'find -exec' option for executing commands based upon 83 Support the 'find -exec' option for executing commands based upon
84 the files matched. 84 the files matched.
85 85
86config FEATURE_FIND_USER
87 bool "Enable username/uid matching (-user) option"
88 default y
89 depends on FIND
90 help
91 Support the 'find -user' option for searching by username or uid.
92
86config GREP 93config GREP
87 bool "grep" 94 bool "grep"
88 default n 95 default n