We wrote a Perl script to transparently translate a raw zone file into text, so all of our old code that assumes that a zone file is in text format wouldn't die.
To convert a raw file to text, we use the following command-line, with the following variables: named-compilezone -i none -k ignore -m ignore -M ignore -n ignore -S ignore -W ignore -f raw -F text -w $named_dir -j -o - $zone $file 2>/dev/null $named_dir: the value of the "directory" clause from named.conf $zone: the name of the zone $file: the path to the zone file On Jun 11, 2012, at 3:51 PM, Walter Smith wrote: > Folks, > > What tools/commands I can run to get plain ascii/text data out of modern > raw/binary on BIND 9.9.x slaves? > I just want to verify that changes are correct down to the slaves. So - I can > check-in these changes into svn etc. > > Thanks, > --WS > _______________________________________________ > Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe > from this list > > bind-users mailing list > bind-users@lists.isc.org > https://lists.isc.org/mailman/listinfo/bind-users _______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users