diff options
author | Robert Griebl | 2002-07-24 00:34:48 +0000 |
---|---|---|
committer | Robert Griebl | 2002-07-24 00:34:48 +0000 |
commit | 41369af3f2bd415c58266618aa3fd1fe6badacfa (patch) | |
tree | 7f63622ca8a24ec94fae746979a1dfc9be339db3 /findutils/config.in | |
parent | 80cd3cfdbc924b1a032b0634be8930af3daf791f (diff) | |
download | busybox-41369af3f2bd415c58266618aa3fd1fe6badacfa.zip busybox-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.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/findutils/config.in b/findutils/config.in index 770d752..d5a3714 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 |