Upgrade to BIND 8.2.1 from BIND 4.9.4 on Solaris

Joseph S D Yao jsdy at cospo.osis.gov
Wed Dec 20 23:23:45 UTC 2000


On Wed, Dec 20, 2000 at 02:18:37PM -0600, Waltner, Steve wrote:
> Here is what I did in my /etc/init.d/inetsvc file to launch BINS 8.2.2p7 on
> Solaris 2.6. How is this different than what you did?

Your MS Outlook totally garbled your Unix file.  Of course.

=======================================================================
# If this machine is configured to be an Internet Domain Name 
# System (DNS) server, run the name daemon.
# Start named prior to: route add net host, to avoid dns
# gethostbyname timout delay for nameserver during boot.
#
#if [ -f /usr/sbin/in.named -a -f /etc/named.boot ]; then
#       /usr/sbin/in.named;     echo "starting internet domain name server."
#fi
if [ -x /usr/local/etc/in.named -a -f /usr/local/etc/named.conf ]; then
/usr/local/etc/in.named;        echo "starting internet domain name server."
fi
=======================================================================

I would have inserted:

if [ -x /usr/sbin/in.named -a -f /etc/named.conf ]; then
	/usr/sbin/in.named;        echo "starting internet domain name server."
fi

but then, I went and modified port/solaris/Makefile.set.

-- 
Joe Yao				jsdy at cospo.osis.gov - Joseph S. D. Yao
COSPO/OSIS Computer Support					EMT-B
-----------------------------------------------------------------------
This message is not an official statement of COSPO policies.



More information about the bind-users mailing list