summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-07-03 11:43:48 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-07-03 11:43:48 +0000
commit9d7c25c179cee1899224a8d79a5bec9ecdbf23bd (patch)
tree010e494b2f981d54056a5eb4328af6b2712eccbb /usr.sbin
parent3ce4d088b37cddfdd153513b27901298cd86765e (diff)
downloadFreeBSD-src-9d7c25c179cee1899224a8d79a5bec9ecdbf23bd.zip
FreeBSD-src-9d7c25c179cee1899224a8d79a5bec9ecdbf23bd.tar.gz
Explicitly state that mountd can be made to re-read the exports file,
even though this may seem obvious to some folks. Requested by: obrien
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mountd/exports.519
1 files changed, 19 insertions, 0 deletions
diff --git a/usr.sbin/mountd/exports.5 b/usr.sbin/mountd/exports.5
index 6506b5b..93a0794 100644
--- a/usr.sbin/mountd/exports.5
+++ b/usr.sbin/mountd/exports.5
@@ -276,6 +276,25 @@ associated with ``root'';
it is exported to all hosts on network ``cis-net'' allowing mounts at any
directory within /u2 and mapping all uids to credentials for the principal
that is authenticated by a Kerberos ticket.
+.Pp
+The
+.Xr mountd 8
+utility can be made to re-read the
+.Nm
+file by sending it a hangup signal as follows:
+.Bd -literal -offset indet
+kill -s HUP `cat /var/run/mountd.pid`
+.Ed
+.Pp
+After sending the
+.Dv SIGHUP ,
+check the
+.Xr syslogd 8
+output to see whether
+.Xr mountd 8
+logged any parsing errors in the
+.Nm
+file.
.Sh FILES
.Bl -tag -width /etc/exports -compact
.It Pa /etc/exports
OpenPOWER on IntegriCloud