Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 May 1998 18:50:36 +0800
From:      Peter Wemm <peter@netplex.com.au>
To:        current@FreeBSD.ORG
Subject:   HEADS UP: bind-8 import
Message-ID:  <199805011050.SAA22923@spinner.netplex.com.au>

next in thread | raw e-mail | index | archive | help
Advance warning:  a bind-8.1.2-T3B import is in the pipeline.

This will not go smoothly, because a 'make world' will replace
/usr/sbin/named with a version that DOES NOT UNDERSTAND THE OLD CONFIG 
FILE!

This means that if you just blindly do a 'make world', and depend on named 
running, you will have a nasty suprise when you boot next.

A script to convert the named.boot to the new named.conf file is installed 
in /etc/namedb next to the old config file.

I'm tempted to try and tweak named so that it filters it's config file 
through a modified version of the converter script in a pipeline (which 
will convert an old config or pass through a new one unchanged).  This is 
not a good long-term solution.

The other possibility is to move the named executable to /usr/libexec/
named, and make /usr/sbin/named a shell wrapper script or something that 
can detect an old-style config and do a temporary conversion with a LOUD 
warning at boot time.  This should be the least suprise option.

Cheers,
-Peter




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805011050.SAA22923>