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:
@@ -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
|
||||
|
Reference in New Issue
Block a user