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:
868c057
)
Fix typo
author
Eric Andersen
<andersen@codepoet.org>
Sat, 2 Dec 2000 06:32:14 +0000
(06:32 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sat, 2 Dec 2000 06:32:14 +0000
(06:32 -0000)
Config.h
patch
|
blob
|
history
diff --git
a/Config.h
b/Config.h
index c7745f665e4d4feaacfa2ba31d999192949c5522..0f31ae16b60fd9b8e5645da3e3acc0b146b5b7d7 100644
(file)
--- a/
Config.h
+++ b/
Config.h
@@
-211,7
+211,8
@@
//#define BB_FEATURE_MOUNT_MTAB_SUPPORT
//
// Enable support for mounting remote NFS volumes.
-// You may no -o nolock if no local portmapper is running.
+// You may need to mount with "-o nolock" if you are
+// not running a local portmapper daemon...
#define BB_FEATURE_NFSMOUNT
//
// Enable support forced filesystem unmounting