aboutsummaryrefslogtreecommitdiff
path: root/findutils/config.in
diff options
context:
space:
mode:
authorRobert Griebl <griebl@gmx.de>2002-07-24 00:34:48 +0000
committerRobert Griebl <griebl@gmx.de>2002-07-24 00:34:48 +0000
commit41369af3f2bd415c58266618aa3fd1fe6badacfa (patch)
tree7f63622ca8a24ec94fae746979a1dfc9be339db3 /findutils/config.in
parent80cd3cfdbc924b1a032b0634be8930af3daf791f (diff)
downloadbusybox-41369af3f2bd415c58266618aa3fd1fe6badacfa.tar.gz
Patch for bug #1183: Added a -xdev option to find (configurable)
Diffstat (limited to 'findutils/config.in')
-rw-r--r--findutils/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/findutils/config.in b/findutils/config.in
index 770d75245..d5a3714d2 100644
--- a/findutils/config.in
+++ b/findutils/config.in
@@ -11,6 +11,7 @@ if [ "$CONFIG_FIND" = "y" ] ; then
bool ' Enable modified time matching (-mtime) option' CONFIG_FEATURE_FIND_MTIME
bool ' Enable permissions matching (-perm) option' CONFIG_FEATURE_FIND_PERM
bool ' Enable filetype matching (-type) option' CONFIG_FEATURE_FIND_TYPE
+ bool ' Enable stay in filesystem (-xdev) option' CONFIG_FEATURE_FIND_XDEV
fi
bool 'grep' CONFIG_GREP
if [ "$CONFIG_GREP" = "y" ] ; then