From owner-freebsd-security Mon Jan 31 4:24:15 2000 Delivered-To: freebsd-security@freebsd.org Received: from easeway.com (ns1.easeway.com [209.69.39.1]) by hub.freebsd.org (Postfix) with ESMTP id B518B14FDF for ; Mon, 31 Jan 2000 04:24:13 -0800 (PST) (envelope-from mwlucas@easeway.com) Received: (from mwlucas@localhost) by easeway.com (8.8.8/8.8.5) id HAA20316; Mon, 31 Jan 2000 07:21:19 -0500 (EST) Message-Id: <200001311221.HAA20316@easeway.com> Subject: Re: Continual DNS requests from mysterious IP In-Reply-To: from Roger Marquis at "Jan 30, 0 05:24:00 pm" To: marquis@roble.com (Roger Marquis) Date: Mon, 31 Jan 100 07:21:18 -0500 (EST) Cc: security@FreeBSD.ORG From: mwlucas@exceptionet.com X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > One caveat, if you install bind822-P5 from the ports it will foolishly > put everything under /usr/local. This will have no effect unless you > manually edit the /etc/{default}/rc.conf and define the new location. > A better solution is to: > > cd /usr/ports/net/bind8 > rm patches/patch-aa patches/patch-ab > > before running `make`, `make install`, and `ndc restart`. Actually, that's not foolish. The bind822-P5 port is installed in /usr/local because bind is part of "make world". You want to tell your system to not use the default BIND, but your custom one instead. That's why you use /etc/rc.conf to tell your system which BIND to use. Of course, if you don't make world, it's not a problem. ==ml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message