Bug 20447

Summary: forcing NFS exports to be updated
Product: Documentation Reporter: Kees Jan Koster <dutchman>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Kees Jan Koster 2000-08-06 22:30:01 UTC
It would be nice if the manual page of exports(5) mentioned how to
force
mountd to reread /etc/exports.

Fix: 

Add a paragraph like the one in mountd(8):

  After changing the exports file, a hangup signal should be sent to
the
  mountd daemon to get it to reload the export information.  After
sending
  the SIGHUP (kill -s HUP `cat /var/run/mountd.pid`), check the syslog
  output to see if mountd logged any parsing errors in the exports
file.
How-To-Repeat: man exports
Comment 1 nik freebsd_committer freebsd_triage 2000-10-29 14:41:36 UTC
State Changed
From-To: open->closed

This was fixed by sheldon in 1.11.  Thanks for the PR.