diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-22 15:48:19 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-22 15:48:19 +0000 |
commit | 6850d716fd69b620e55ab0e3e571bd42730c1d5a (patch) | |
tree | 03ee6de87b0b4074b8d1741832f962ddf90f7626 /Config.h | |
parent | e1886edd0ca3ea6f622c70d687a27f2b7eef52a7 (diff) | |
download | busybox-w32-6850d716fd69b620e55ab0e3e571bd42730c1d5a.tar.gz busybox-w32-6850d716fd69b620e55ab0e3e571bd42730c1d5a.tar.bz2 busybox-w32-6850d716fd69b620e55ab0e3e571bd42730c1d5a.zip |
Leave BB_FEATURE_NFSMOUNT disabled by default.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@2888 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -226,7 +226,7 @@ | |||
226 | // Enable support for mounting remote NFS volumes. | 226 | // Enable support for mounting remote NFS volumes. |
227 | // You may need to mount with "-o nolock" if you are | 227 | // You may need to mount with "-o nolock" if you are |
228 | // not running a local portmapper daemon... | 228 | // not running a local portmapper daemon... |
229 | #define BB_FEATURE_NFSMOUNT | 229 | //#define BB_FEATURE_NFSMOUNT |
230 | // | 230 | // |
231 | // Enable support forced filesystem unmounting | 231 | // Enable support forced filesystem unmounting |
232 | // (i.e., in case of an unreachable NFS system). | 232 | // (i.e., in case of an unreachable NFS system). |