Murray McAllister wrote:
Hi,
I am trying to re-do the DNS section for use with RPMs instead of tarball. I have just noticed that I can't correctly copy and paste the examples I have done using {{{ }}}. I assume these will be converted to <screen> tags eventually, maybe the problem will go away then.
For example, copying the /etc/named.conf options section from https://fedoraproject.org/wiki/Docs/Drafts/AdministrationGuide/Servers/DNSBI... appears as the following in vim:
options { directory "/etc/bind"; allow--query {any;}; recursion no; pid--file "/var/run/named/named.pid"; zone--statistics yes; statistics-f-ile "/etc/bind/namedstats.log"; };
It's fixed I just edited it and added the extra dash and it works fine?
Cheers,
Marc