Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 1999 10:08:40 -0500 (EST)
From:      "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com>
To:        placej@ctcdist.com
Cc:        questions@FreeBSD.ORG
Subject:   Re: Staticly linked binaries
Message-ID:  <199901191508.KAA24022@cc942873-a.ewndsr1.nj.home.com>
In-Reply-To: <19990119080904.A12708@ctcdist.com> from "John C. Place" at "Jan 19, 99 08:09:04 am"

next in thread | previous in thread | raw e-mail | index | archive | help
John C. Place wrote,
 
> Also another somewhat related question. How do I force the /etc/exports to be 
> reread and implemented? The only think I have found was restart the machine 
> ergo slaying and restarting the daemon is their another way?

>From the 'mountd' manpage,

    "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."

I'd actually prefer to just,

% killall -1 mountd

-- 
Crist J. Clark                           cjclark@home.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901191508.KAA24022>