Converting named.boot to named.conf

Barry Margolin barmar at genuity.net
Thu May 4 15:33:21 UTC 2000


In article <003e01bfb5bc$f911b6b0$6a699ec0 at india.tek.com>,
Mallik Prasad <mallik at india.tek.com> wrote:
>Hi,
>
>I had some trouble converting the named.boot to named.conf., on a test
>machine, I did compile the s/w & did a make install., & then tried to
>convert the named.boot to named.conf
>
>by using
>
>blackcat:/etc >/usr/local/sbin/named-bootconf named.boot named.conf,

The command expects the named.boot file to be on its standard input, not a
command-line argument, and it writes the named.conf file to standard
output, not to a file named in an argument.  So you have to do:

named-bootconf < named.boot > named.conf

-- 
Barry Margolin, barmar at genuity.net
Genuity, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.



More information about the bind-users mailing list