]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
When mount.nfs reports that statd isn't running, it suggests using the "-o
authorSteve Dickson <steved@redhat.com>
Wed, 16 Jan 2008 16:48:23 +0000 (11:48 -0500)
committerSteve Dickson <steved@redhat.com>
Wed, 16 Jan 2008 16:48:23 +0000 (11:48 -0500)
nolocks" option, which doesn't exist.  It should say "-o nolock".

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mount/nfsmount.c

index 23dd2f607eafcbb739bc6d0e461dd28cb0666f79..3d2ebb1066137a2733fe4616c36d097b821e3092 100644 (file)
@@ -848,7 +848,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;