Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2010 08:43:31 -0400
From:      Michael Powell <nightrecon@hotmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Disabling DNS
Message-ID:  <hqk7dv$45s$1@dough.gmane.org>
References:  <20100420122612.AF005106564A@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
peter@vfemail.net wrote:

> 
> I have a FreeBSD server that, among other things, used to provide DNS for
> a handful of domain names and a small network.  All DNS is now provided by
> new machines.  On the old machine, DNS starts when the machine boots, and
> bind continues to run lots of useless named and named-xfer processes
> throughout the day.  How do I turn off the DNS processes on the old
> machine and stop it from starting every time the machine boots?
> 

Look for named_enable="YES" in /etc/rc.conf and change the "YES" to "NO". 
This is for the standard built-in Bind. If some other way to start has been 
scripted manually, in say /etc/rc.local you'll need to look there. The third 
possibility is if some add on version from ports has been installed the 
start up script location should be in /usr/local/etc/rc.d - if this is the 
case and it utilizes the standard rc.subr startup system the first thing 
mentioned above should have taken care of it. If there is some other kind of 
manually created hard-coded script in /etc/local/etc/rc.d it will either 
need to be deleted or chmod to not execute.

-Mike
 





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?hqk7dv$45s$1>