diff options
author | Paul Fox | 2006-01-13 21:05:41 +0000 |
---|---|---|
committer | Paul Fox | 2006-01-13 21:05:41 +0000 |
commit | 72d1a2357d2168f241458e4d6cebb7589ac82f4f (patch) | |
tree | f3152b7eb88a52763740683d918e61aacbb9ade9 /findutils/Config.in | |
parent | 4a1865ca5eaf6bebc76ef8066c19e95df0edc7c3 (diff) | |
download | busybox-72d1a2357d2168f241458e4d6cebb7589ac82f4f.zip busybox-72d1a2357d2168f241458e4d6cebb7589ac82f4f.tar.gz |
add find's "-mmin" option. configurable.
Diffstat (limited to 'findutils/Config.in')
-rw-r--r-- | findutils/Config.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/findutils/Config.in b/findutils/Config.in index 3c28ec0..050fe90 100644 --- a/findutils/Config.in +++ b/findutils/Config.in @@ -17,7 +17,15 @@ config CONFIG_FEATURE_FIND_MTIME depends on CONFIG_FIND help Allow searching based on the modification time of - files. + files, in days. + +config CONFIG_FEATURE_FIND_MMIN + bool " Enable modified time matching (-min) option" + default y + depends on CONFIG_FIND + help + Allow searching based on the modification time of + files, in minutes. config CONFIG_FEATURE_FIND_PERM bool " Enable permissions matching (-perm) option" |