Date: Tue, 18 Dec 2001 15:47:46 -0800 From: "Mishler, Barry A POJ" <Barry.A.Mishler@poj02.usace.army.mil> To: 'Brad Laue' <brad@brad-x.com>, freebsd-stable@FreeBSD.ORG Subject: RE: BIND 8 system install locations? Message-ID: <2A548BA936409348AF877E65220254CA1EEE87@pojmail02.poj.usace.army.mil>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
I used
./configure --prefix=/usr --sysconfdir=/etc/namedb --localstatedir=/var
--mandir=/usr/share/man
and then just a bare make all install.
I captured the install output and compared against what was already
installed. Unless I missed something, that pretty much took care of it...
with two exceptions:
1. nslookup is installed in the base system under /usr/sbin whereas
bind9 installed it in /usr/bin.
2. The man pages are uncompressed so, for example, you get both
nslookup.8.gz (left over from bind8) and nslookup.8 (bind9).
I sure wish I knew enough about the port system to make a port that took
care of all this...
Barry
-----Original Message-----
From: Brad Laue [mailto:brad@brad-x.com]
Sent: Wednesday, December 19, 2001 8:32 AM
To: freebsd-stable@FreeBSD.ORG
Subject: BIND 8 system install locations?
This is going to be a hairy question for quite a few, but I'm going to ask
it anyway;
I'd like to either install the BIND9 port or a source tarball using the
exact filesystem layout employed by the base system install of BIND
8.2.4-REL; this is what I've found in FreeBSDDiary.org so far:
# cd /usr/ports/net/bind8
# make PREFIX=/usr PIDDIR=/var/run DESTETC=/etc/namedb \
DESTEXEC=/usr/libexec DESTRUN=/var/run DESTSBIN=/usr/sbin \
DESTHELP=/usr/share/misc install
Is anything missed there?
For those whose hearts are crying out for filesystem organisation: not to
worry, I'll keep track of where files install and keep a plist. :)
Thanks,
Brad
--
// -- http://www.BRAD-X.com/ -- //
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
[-- Attachment #2 --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>RE: BIND 8 system install locations?</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>I used</FONT>
</P>
<P><FONT SIZE=2>./configure --prefix=/usr --sysconfdir=/etc/namedb --localstatedir=/var --mandir=/usr/share/man</FONT>
</P>
<P><FONT SIZE=2>and then just a bare make all install.</FONT>
</P>
<P><FONT SIZE=2>I captured the install output and compared against what was already installed. Unless I missed something, that pretty much took care of it... with two exceptions:</FONT></P>
<P><FONT SIZE=2> 1. nslookup is installed in the base system under /usr/sbin whereas</FONT>
<BR><FONT SIZE=2> bind9 installed it in /usr/bin.</FONT>
</P>
<P><FONT SIZE=2> 2. The man pages are uncompressed so, for example, you get both</FONT>
<BR><FONT SIZE=2> nslookup.8.gz (left over from bind8) and nslookup.8 (bind9).</FONT>
</P>
<P><FONT SIZE=2>I sure wish I knew enough about the port system to make a port that took care of all this...</FONT>
</P>
<P><FONT SIZE=2>Barry</FONT>
</P>
<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Brad Laue [<A HREF="mailto:brad@brad-x.com">mailto:brad@brad-x.com</A>]</FONT>
<BR><FONT SIZE=2>Sent: Wednesday, December 19, 2001 8:32 AM</FONT>
<BR><FONT SIZE=2>To: freebsd-stable@FreeBSD.ORG</FONT>
<BR><FONT SIZE=2>Subject: BIND 8 system install locations?</FONT>
</P>
<BR>
<P><FONT SIZE=2>This is going to be a hairy question for quite a few, but I'm going to ask it anyway;</FONT>
</P>
<P><FONT SIZE=2>I'd like to either install the BIND9 port or a source tarball using the exact filesystem layout employed by the base system install of BIND 8.2.4-REL; this is what I've found in FreeBSDDiary.org so far:</FONT></P>
<P><FONT SIZE=2># cd /usr/ports/net/bind8</FONT>
<BR><FONT SIZE=2># make PREFIX=/usr PIDDIR=/var/run DESTETC=/etc/namedb \</FONT>
<BR><FONT SIZE=2> DESTEXEC=/usr/libexec DESTRUN=/var/run DESTSBIN=/usr/sbin \</FONT>
<BR><FONT SIZE=2> DESTHELP=/usr/share/misc install</FONT>
</P>
<P><FONT SIZE=2>Is anything missed there?</FONT>
</P>
<P><FONT SIZE=2>For those whose hearts are crying out for filesystem organisation: not to worry, I'll keep track of where files install and keep a plist. :)</FONT></P>
<P><FONT SIZE=2>Thanks,</FONT>
<BR><FONT SIZE=2>Brad</FONT>
</P>
<P><FONT SIZE=2>-- </FONT>
<BR><FONT SIZE=2>// -- <A HREF="http://www.BRAD-X.com/" TARGET="_blank">http://www.BRAD-X.com/</A> -- //</FONT>
</P>
<P><FONT SIZE=2>To Unsubscribe: send mail to majordomo@FreeBSD.org</FONT>
<BR><FONT SIZE=2>with "unsubscribe freebsd-stable" in the body of the message</FONT>
</P>
</BODY>
</HTML>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2A548BA936409348AF877E65220254CA1EEE87>
