September 2000
Beginner
1312 pages
33h 47m
English
/usr/sbin/named-bootconf [-i infile][-o outfile]
Use the named-bootconf command to convert the named.boot configuration file used by BIND versions 4.9.6 and older to the named.conf format used by BIND versions 8.1.1 and greater.
The named-bootconf command by default takes /etc/named.boot as the input file, unless you specify a different file with the -i infile option. By default, it creates /etc/named.conf as its output file unless you specify a different file with the -o outfile option.
The command converts all the options and directives in the input file, including comments; then, it creates an output file in a format acceptable to the BIND ...