projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f5b63e
)
Leave BB_FEATURE_NFSMOUNT disabled by default.
author
Eric Andersen
<andersen@codepoet.org>
Fri, 22 Jun 2001 15:48:19 +0000
(15:48 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 22 Jun 2001 15:48:19 +0000
(15:48 -0000)
-Erik
Config.h
patch
|
blob
|
history
diff --git
a/Config.h
b/Config.h
index b92540b3b5ccefe72750880ff0fbdecacf17380f..bc49ccc77b74b696f51af1db34d910a187acd6cb 100644
(file)
--- 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).