From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 08:29:23 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55AD137B401 for ; Sun, 30 Mar 2003 08:29:23 -0800 (PST) Received: from cmailm5.svr.pol.co.uk (cmailm5.svr.pol.co.uk [195.92.193.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA37843F85 for ; Sun, 30 Mar 2003 08:29:22 -0800 (PST) (envelope-from markie@notwentytwo.freeserve.co.uk) Received: from modem-3486.giraffe.dialup.pol.co.uk ([81.78.93.158] helo=mrblossom) by cmailm5.svr.pol.co.uk with smtp (Exim 4.14) id 18zfgO-0007Ns-Cf for freebsd-questions@freebsd.org; Sun, 30 Mar 2003 17:29:21 +0100 Message-ID: <002d01c2f6d9$eb5f4260$f300a8c0@mrblossom> From: "Markie" To: References: <20030330172017.0e6b3823.timmie@timmie.dyndns.org> Date: Sun, 30 Mar 2003 17:32:12 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: Re: Bind 9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2003 16:29:24 -0000 You can also overwrite the base bind by defining PORT_REPLACES_BASE_BIND9 like so... cd /usr/ports/net/bind9 make -DPORT_REPLACES_BASE_BIND9 make install make clean or using portinstall or portupgrade portinstall -m '-DPORT_REPLACES_BASE_BIND9' bind9 portupgrade -m '-DPORT_REPLACES_BASE_BIND9' bind9 should do it (I think :)) There are similar defines for OpenSSH and OpenSSL too, OPENSSL_OVERWRITE_BASE and OPENSSH_OVERWRITE_BASE :) Markie ----- Original Message ----- From: "Tim van den Elsen" To: Sent: Sunday, March 30, 2003 4:20 PM Subject: Re: Bind 9 > On Sun, 30 Mar 2003 09:55:15 -0500 (EST) > wrote: > > > This may be a silly question but I need some help so here it is. I > > installed bind 9 and I am unable to find it. I installed FreeBSD 4.4 > > upgraded to 4.7 stable. I have bind 8 installed. I want to run bind 9 > > for security reasons. I installed in from ports. I can't find it. I > > thought that it simply replaced the executable /usr/sbin/named. But the > > last change date it has is from the initial install. The named.conf file > > has not changed, and I can't find a directory specifying bind 9. Anybody > > able to help me out here? > > Programs installed via ports are always placed in /usr/local/ and configs to /usr/local/etc/ > The same for binaries :) /usr/local/sbin/named > > Regards, > > Tim > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >