Notes on differences between BIND 4.8.3 (vanilla) and this BIND 4.8.3

1)  openlog() opens up LOG_LOCAL2 (if it exists).

    You should add a line to your /etc/syslog.conf file so that there
    is a defined place for LOCAL2 to go to.  We like to use /var/log/named.
    The nameserver's log messages are important, and should be read.

2)  The '-l' flag turns on query logging.

    This logs each and every query.  This can make your log files large,
    but is very handy for looking at DNS usage, especially in conjunction
    with the dnsstats shell script that is included.  If you do use the
    '-l' option, be sure to clip your log file occasionally.  We keep
    a revolving week's worth, for example.

3)  Added support for "shuffled" A records

    See the accompanying note on SA records.

4)  We catch SIGSEGV and re-exec() ourselves.

    If it's good enough for quipu, . . . .

5)  Support for RP and AFSDB records
