Leave BB_FEATURE_NFSMOUNT disabled by default.

-Erik
This commit is contained in:
Eric Andersen 2001-06-22 15:48:19 +00:00
parent 8f5b63edea
commit d9c8acec37

View File

@ -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).