From d9c8acec373213fb4c1778ab03364372fdf7a63b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 22 Jun 2001 15:48:19 +0000 Subject: Leave BB_FEATURE_NFSMOUNT disabled by default. -Erik --- Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.h b/Config.h index b92540b3b..bc49ccc77 100644 --- a/Config.h +++ b/Config.h @@ -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). -- cgit v1.2.3