diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-03 11:43:48 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-03 11:43:48 +0000 |
| commit | 2f47c46197c0bca4880c781ab906ce6b7ca09dbe (patch) | |
| tree | 111c5b71a849ddae08ef2c3a7c3a3061e18dc25d /usr.sbin/mountd | |
| parent | c8e97871bf8cd601c03c46f74c807793fac96305 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/mountd')
| -rw-r--r-- | usr.sbin/mountd/exports.5 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/usr.sbin/mountd/exports.5 b/usr.sbin/mountd/exports.5 index 6506b5b38eab..93a07947f9b2 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 |
