diff options
author | Eric Andersen | 2003-01-23 05:27:42 +0000 |
---|---|---|
committer | Eric Andersen | 2003-01-23 05:27:42 +0000 |
commit | 97d86f2bb59751be52fb3ee5cdb8b06e7b3bb98f (patch) | |
tree | 68724d2a1026005a4ab84f2dcf161b7fa09f4d97 /findutils/Config.in | |
parent | be65c350ae535f80ea369be5366e09f730ab7ba8 (diff) | |
download | busybox-97d86f2bb59751be52fb3ee5cdb8b06e7b3bb98f.zip busybox-97d86f2bb59751be52fb3ee5cdb8b06e7b3bb98f.tar.gz |
Apply patch from Ghozlane Toumi to add -inum support to find.
Apply patch from Ghozlane Toumi to make find smaller by combining
similar error messages
Forward port find -newer support from busybox stable that was
missing from unstable. -Erik.
Fixup usage messages for find. -Erik
Diffstat (limited to 'findutils/Config.in')
-rw-r--r-- | findutils/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/findutils/Config.in b/findutils/Config.in index 42400ff..7cfcf2f 100644 --- a/findutils/Config.in +++ b/findutils/Config.in @@ -39,6 +39,21 @@ config CONFIG_FEATURE_FIND_XDEV help Please submit a patch to add help text for this item. +config CONFIG_FEATURE_FIND_NEWER + bool " Enable -newer option for comparing file mtimes" + default y + depends on CONFIG_FIND + help + Support the 'find -newer' option for finding any files which have + a modified time that is more recent than the specified FILE. + +config CONFIG_FEATURE_FIND_INUM + bool " Enable inode number matching (-inum) option" + default y + depends on CONFIG_FIND + help + Support the 'fine -inum' option for searching by inode number. + config CONFIG_GREP bool "grep" default n |