diff options
Diffstat (limited to 'findutils/Config.in')
-rw-r--r-- | findutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/findutils/Config.in b/findutils/Config.in index 5a4476a..73ce36f 100644 --- a/findutils/Config.in +++ b/findutils/Config.in @@ -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 |