Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2002 11:35:06 -0400 (EDT)
From:      Jim Weeks <jim@jwweeks.com>
To:        Chris Knipe <savage@savage.za.org>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: Scripts to Manage Virtual Hosts
Message-ID:  <20020720113347.M373-100000@veager.jwweeks.com>
In-Reply-To: <009f01c22d27$abb25200$fe01a8c0@genocide>

next in thread | previous in thread | raw e-mail | index | archive | help

On Wed, 17 Jul 2002, Chris Knipe wrote:

> > # restart named
> > sub restart_named {
> >   open(CMD,"|/bin/kill -1 `cat /var/run/named.pid`");
> >   close (CMD);
> > }
>
> Just FYI...
>
> ndc reload <zone>; and
> ndc reconfig
>
> may just be a cleaner way of doing a restart :-)

Thanks, I like that a lot better.

--
Jim


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




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