[mythtv-users] Schedules Direct - Cliff's Notes?

Kirk Bocek t004 at kbocek.com
Mon Oct 13 02:09:21 UTC 2014


On 10/12/2014 4:30 PM, Bill Meek wrote:
> zone "rpz.localhost" {
>     type master;
>     allow-query {localhost;};
>     allow-update {none;};
>     file "/etc/bind/db.rpz.localhost"; 

Forgot the closing curly-brace and semi-colon:

<pre>
zone "rpz.localhost" {
     type master;
     allow-query {localhost;};
     allow-update {none;};
     file "/etc/bind/db.rpz.localhost";
};
</pre>


More information about the mythtv-users mailing list