[vhffs-dev] [1630] Classic oops commit fixing a typo

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1630
Author:   beuss
Date:     2010-10-10 08:46:41 +0200 (Sun, 10 Oct 2010)
Log Message:
-----------
Classic oops commit fixing a typo

Modified Paths:
--------------
    trunk/vhffs-doc/config/bind/named.conf.vhffs

Modified: trunk/vhffs-doc/config/bind/named.conf.vhffs
===================================================================
--- trunk/vhffs-doc/config/bind/named.conf.vhffs	2010-10-09 10:46:20 UTC (rev 1629)
+++ trunk/vhffs-doc/config/bind/named.conf.vhffs	2010-10-10 06:46:41 UTC (rev 1630)
@@ -17,7 +17,7 @@
      else rr.data
      end from vhffs_dns_rr rr inner join vhffs_dns dns on (dns.dns_id = rr.zone)
         where dns.domain = '%zone%' and name = case when '%record%'='@' then '' else '%record%' end
-        and not type != 'NS'}
+        and type != 'NS'}
    {(select dns.ttl, 'SOA', dns.ns || ' ' || dns.mbox || ' ' || dns.serial || ' ' || dns.refresh ||
         ' ' || dns.retry || ' ' || dns.expire || ' ' ||  dns.minimum::text
         from vhffs_dns dns where domain = '%zone%')


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/