2007-08-01 22:12:51

by david m. richter

[permalink] [raw]
Subject: [PATCH] mount.nfs: fix a typo: "-o nolocks" -> "-o nolock"

Fix a minor typo: the option is "-o nolock", not "-o nolocks".

Signed-off-by: David M. Richter <[email protected]>

---
utils/mount/nfsmount.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/mount/nfsmount.c b/utils/mount/nfsmount.c
index bd3403c..f642e0c 100644
--- a/utils/mount/nfsmount.c
+++ b/utils/mount/nfsmount.c
@@ -851,7 +851,7 @@ noauth_flavors:
if (!start_statd()) {
nfs_error(_("%s: rpc.statd is not running but is "
"required for remote locking.\n"
- " Either use '-o nolocks' to keep "
+ " Either use '-o nolock' to keep "
"locks local, or start statd."),
progname);
goto fail;
--
1.4.4


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs