Leave BB_FEATURE_NFSMOUNT disabled by default.
authorEric Andersen <andersen@codepoet.org>
Fri, 22 Jun 2001 15:48:19 +0000 (15:48 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 22 Jun 2001 15:48:19 +0000 (15:48 -0000)
 -Erik

Config.h

index b92540b..bc49ccc 100644 (file)
--- a/Config.h
+++ b/Config.h
 // 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).