Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2002 02:17:34 +0200
From:      "Chris Knipe" <savage@savage.za.org>
To:        "Jim Weeks" <jim@jwweeks.com>, <freebsd-isp@FreeBSD.ORG>
Subject:   Re: Scripts to Manage Virtual Hosts
Message-ID:  <009f01c22d27$abb25200$fe01a8c0@genocide>
References:  <20020716194233.D368-100000@veager.jwweeks.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> # 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 :-)

--
me



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?009f01c22d27$abb25200$fe01a8c0>