find -user support by Natanael Copa <natanael.copa@gmail.com>

This commit is contained in:
Denis Vlasenko
2007-02-02 01:17:52 +00:00
parent 731d357295
commit a100707c04
2 changed files with 26 additions and 0 deletions

View File

@@ -83,6 +83,13 @@ config FEATURE_FIND_EXEC
Support the 'find -exec' option for executing commands based upon
the files matched.
config FEATURE_FIND_USER
bool "Enable username/uid matching (-user) option"
default y
depends on FIND
help
Support the 'find -user' option for searching by username or uid.
config GREP
bool "grep"
default n