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
This commit is contained in:
Eric Andersen
2003-01-23 05:27:42 +00:00
parent be65c350ae
commit 97d86f2bb5
3 changed files with 79 additions and 12 deletions

View File

@@ -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