diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-22 15:48:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-22 15:48:19 +0000 |
commit | d9c8acec373213fb4c1778ab03364372fdf7a63b (patch) | |
tree | 03ee6de87b0b4074b8d1741832f962ddf90f7626 | |
parent | 8f5b63edea12501b998400789da5646140bb9911 (diff) | |
download | busybox-d9c8acec373213fb4c1778ab03364372fdf7a63b.tar.gz |
Leave BB_FEATURE_NFSMOUNT disabled by default.
-Erik
-rw-r--r-- | Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -226,7 +226,7 @@ // Enable support for mounting remote NFS volumes. // You may need to mount with "-o nolock" if you are // not running a local portmapper daemon... -#define BB_FEATURE_NFSMOUNT +//#define BB_FEATURE_NFSMOUNT // // Enable support forced filesystem unmounting // (i.e., in case of an unreachable NFS system). |