2023-05-11 14:49:18

by Lukas Herbolt

[permalink] [raw]
Subject: [PATCH nfs-utils] nfs.conf.man: Fix typo cache-use-upaddr to cache-use-ipaddr and add manage-gids to exportd section.

Signed-off-by: Lukas Herbolt <[email protected]>
---
systemd/nfs.conf.man | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/systemd/nfs.conf.man b/systemd/nfs.conf.man
index bfd3380f..866939aa 100644
--- a/systemd/nfs.conf.man
+++ b/systemd/nfs.conf.man
@@ -137,8 +137,9 @@ but on the server, this will resolve to the path
.TP
.B exportd
Recognized values:
+.BR manage-gids ,
.BR threads ,
-.BR cache-use-upaddr ,
+.BR cache-use-ipaddr ,
.BR ttl ,
.BR state-directory-path

@@ -204,7 +205,7 @@ Recognized values:
.BR port ,
.BR threads ,
.BR reverse-lookup ,
-.BR cache-use-upaddr ,
+.BR cache-use-ipaddr ,
.BR ttl ,
.BR state-directory-path ,
.BR ha-callout .
--
2.40.1



2023-05-11 20:12:25

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH nfs-utils] nfs.conf.man: Fix typo cache-use-upaddr to cache-use-ipaddr and add manage-gids to exportd section.



On 5/11/23 10:34 AM, Lukas Herbolt wrote:
> Signed-off-by: Lukas Herbolt <[email protected]>
Committed... (tag: nfs-utils-2-6-4-rc1)

steved
> ---
> systemd/nfs.conf.man | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/systemd/nfs.conf.man b/systemd/nfs.conf.man
> index bfd3380f..866939aa 100644
> --- a/systemd/nfs.conf.man
> +++ b/systemd/nfs.conf.man
> @@ -137,8 +137,9 @@ but on the server, this will resolve to the path
> .TP
> .B exportd
> Recognized values:
> +.BR manage-gids ,
> .BR threads ,
> -.BR cache-use-upaddr ,
> +.BR cache-use-ipaddr ,
> .BR ttl ,
> .BR state-directory-path
>
> @@ -204,7 +205,7 @@ Recognized values:
> .BR port ,
> .BR threads ,
> .BR reverse-lookup ,
> -.BR cache-use-upaddr ,
> +.BR cache-use-ipaddr ,
> .BR ttl ,
> .BR state-directory-path ,
> .BR ha-callout .