7c999e0182
boo#1157881 - Add 0008-nfsd.man-fix-typo-in-section-on-scope.patch bsc#1209859 - Allow scope to be sed in sysconfig: NFSD_SCOPE OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=272
24 lines
864 B
Diff
24 lines
864 B
Diff
From e986a7c109cb25fe9de2de3e376ac6ed09d9dd12 Mon Sep 17 00:00:00 2001
|
|
From: NeilBrown <neilb@suse.de>
|
|
Date: Wed, 29 Mar 2023 09:08:32 +1100
|
|
Subject: [PATCH] nfsd.man: fix typo in section on "scope".
|
|
|
|
The missing "-" meant that "-S" isn't mentioned at all.
|
|
|
|
Signed-off-by: NeilBrown <neilb@suse.de>
|
|
---
|
|
utils/nfsd/nfsd.man | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/utils/nfsd/nfsd.man
|
|
+++ b/utils/nfsd/nfsd.man
|
|
@@ -38,7 +38,7 @@ request on all known network addresses.
|
|
releases of the Linux Kernel. This option can be used multiple times
|
|
to listen to more than one interface.
|
|
.TP
|
|
-.B \S " or " \-\-scope scope
|
|
+.B \-S " or " \-\-scope scope
|
|
NFSv4.1 and later require the server to report a "scope" which is used
|
|
by the clients to detect if two connections are to the same server.
|
|
By default Linux NFSD uses the host name as the scope.
|