summaryrefslogtreecommitdiff
path: root/findutils/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-23 05:27:42 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-23 05:27:42 +0000
commit97d86f2bb59751be52fb3ee5cdb8b06e7b3bb98f (patch)
tree68724d2a1026005a4ab84f2dcf161b7fa09f4d97 /findutils/Config.in
parentbe65c350ae535f80ea369be5366e09f730ab7ba8 (diff)
downloadbusybox-w32-97d86f2bb59751be52fb3ee5cdb8b06e7b3bb98f.tar.gz
busybox-w32-97d86f2bb59751be52fb3ee5cdb8b06e7b3bb98f.tar.bz2
busybox-w32-97d86f2bb59751be52fb3ee5cdb8b06e7b3bb98f.zip
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.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index 42400ffb8..7cfcf2fa4 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -39,6 +39,21 @@ config CONFIG_FEATURE_FIND_XDEV
39 help 39 help
40 Please submit a patch to add help text for this item. 40 Please submit a patch to add help text for this item.
41 41
42config CONFIG_FEATURE_FIND_NEWER
43 bool " Enable -newer option for comparing file mtimes"
44 default y
45 depends on CONFIG_FIND
46 help
47 Support the 'find -newer' option for finding any files which have
48 a modified time that is more recent than the specified FILE.
49
50config CONFIG_FEATURE_FIND_INUM
51 bool " Enable inode number matching (-inum) option"
52 default y
53 depends on CONFIG_FIND
54 help
55 Support the 'fine -inum' option for searching by inode number.
56
42config CONFIG_GREP 57config CONFIG_GREP
43 bool "grep" 58 bool "grep"
44 default n 59 default n