aboutsummaryrefslogtreecommitdiff
path: root/findutils/Config.in
diff options
context:
space:
mode:
authorPaul Fox <pgf@brightstareng.com>2006-01-13 21:05:41 +0000
committerPaul Fox <pgf@brightstareng.com>2006-01-13 21:05:41 +0000
commit72d1a2357d2168f241458e4d6cebb7589ac82f4f (patch)
treef3152b7eb88a52763740683d918e61aacbb9ade9 /findutils/Config.in
parent4a1865ca5eaf6bebc76ef8066c19e95df0edc7c3 (diff)
downloadbusybox-w32-72d1a2357d2168f241458e4d6cebb7589ac82f4f.tar.gz
busybox-w32-72d1a2357d2168f241458e4d6cebb7589ac82f4f.tar.bz2
busybox-w32-72d1a2357d2168f241458e4d6cebb7589ac82f4f.zip
add find's "-mmin" option. configurable.
Diffstat (limited to 'findutils/Config.in')
-rw-r--r--findutils/Config.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index 3c28ec03a..050fe901d 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -17,7 +17,15 @@ config CONFIG_FEATURE_FIND_MTIME
17 depends on CONFIG_FIND 17 depends on CONFIG_FIND
18 help 18 help
19 Allow searching based on the modification time of 19 Allow searching based on the modification time of
20 files. 20 files, in days.
21
22config CONFIG_FEATURE_FIND_MMIN
23 bool " Enable modified time matching (-min) option"
24 default y
25 depends on CONFIG_FIND
26 help
27 Allow searching based on the modification time of
28 files, in minutes.
21 29
22config CONFIG_FEATURE_FIND_PERM 30config CONFIG_FEATURE_FIND_PERM
23 bool " Enable permissions matching (-perm) option" 31 bool " Enable permissions matching (-perm) option"