summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchip <chip>2001-10-08 21:03:05 +0000
committerchip <chip>2001-10-08 21:03:05 +0000
commit43a28c175dda9eaa479633a4a9564e9788fa4412 (patch)
tree5a2977130b1c8c2e8fce6ca8e958886785e590d8
parent3ce25efd1c72fedeba514b8c14748364c42f21e4 (diff)
downloadnfs-utils-43a28c175dda9eaa479633a4a9564e9788fa4412.tar.gz
nfs-utils-43a28c175dda9eaa479633a4a9564e9788fa4412.tar.xz
nfs-utils-43a28c175dda9eaa479633a4a9564e9788fa4412.zip
Fix obsolete pathnames (/var/state -> /var/lib)
-rw-r--r--utils/mountd/mountd.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/mountd/mountd.man b/utils/mountd/mountd.man
index 1a7e005..71560ab 100644
--- a/utils/mountd/mountd.man
+++ b/utils/mountd/mountd.man
@@ -42,7 +42,7 @@ syntax.
For every mount request received from an NFS client,
.B rpc.mountd
adds an entry to the
-.B /var/state/nfs/rmtab
+.B /var/lib/nfs/rmtab
file. When receiving an unmount request, that entry is removed.
user level part of the NFS service.
.P
@@ -143,6 +143,6 @@ manual pages.
.BR rpc.rquotad (8).
.SH FILES
.BR /etc/exports ,
-.BR /var/state/nfs/xtab .
+.BR /var/lib/nfs/xtab .
.SH AUTHOR
Olaf Kirch, H. J. Lu, G. Allan Morris III, and a host of others.