diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
commit | 2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch) | |
tree | 65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/opensuse-leap-15-6/man8/exportfs.8 | |
parent | Releasing progress-linux version 4.22.0-1~progress7.99u1. (diff) | |
download | manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-leap-15-6/man8/exportfs.8')
-rw-r--r-- | upstream/opensuse-leap-15-6/man8/exportfs.8 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man8/exportfs.8 b/upstream/opensuse-leap-15-6/man8/exportfs.8 index 45b6d834..6d417a70 100644 --- a/upstream/opensuse-leap-15-6/man8/exportfs.8 +++ b/upstream/opensuse-leap-15-6/man8/exportfs.8 @@ -148,6 +148,31 @@ options. .TP .B -s Display the current export list suitable for /etc/exports. + +.SH CONFIGURATION FILE +The +.B [exportfs] +section of the +.I /etc/nfs.conf +configuration file can contain a +.B debug +value, which can be one or more from the list +.BR general , +.BR call , +.BR auth , +.BR parse , +.BR all . +When a list is given, the members should be comma-separated. + +.B exportfs +will also recognize the +.B state-directory-path +value from both the +.B [mountd] +section and the +.B [exportd] +section + .SH DISCUSSION .SS Exporting Directories The first synopsis shows how to invoke @@ -304,6 +329,7 @@ table of clients accessing server's exports .BR exports (5), .BR nfs.conf (5), .BR rpc.mountd (8), +.BR exportd (8), .BR netgroup (5) .SH AUTHORS Olaf Kirch <okir@monad.swb.de> |