Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2003 17:32:12 +0100
From:      "Markie" <markie@notwentytwo.freeserve.co.uk>
To:        <freebsd-questions@freebsd.org>
Subject:   Re: Bind 9
Message-ID:  <002d01c2f6d9$eb5f4260$f300a8c0@mrblossom>
References:  <Pine.LNX.4.20.0303300938540.7040-100000@badseed.bytch.net> <20030330172017.0e6b3823.timmie@timmie.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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" <timmie@timmie.dyndns.org>
To: <freebsd-questions@freebsd.org>
Sent: Sunday, March 30, 2003 4:20 PM
Subject: Re: Bind 9


> On Sun, 30 Mar 2003 09:55:15 -0500 (EST)
> <dusk@badseed.bytch.net> 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"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002d01c2f6d9$eb5f4260$f300a8c0>