X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=m4%2Fmkconf.m4;h=927ea9e8f851feb659b2ec87cc1545db3f027c77;hb=82fc39863289bfc071634126e7a242a1573a252c;hp=8392b4dad048e9035e0bb55574264234cf0266ad;hpb=b09544a247701516325cd805bd3cc8d28a058fec;p=nsc-5.git diff --git a/m4/mkconf.m4 b/m4/mkconf.m4 index 8392b4d..927ea9e 100644 --- a/m4/mkconf.m4 +++ b/m4/mkconf.m4 @@ -1,6 +1,6 @@ dnl ### dnl ### NSC -- BIND Config File Builder -dnl ### (c) 1997--2006 Martin Mares +dnl ### (c) 1997--2011 Martin Mares dnl ### include(m4/dnslib.m4) @@ -48,6 +48,15 @@ define(`BLACKHOLE', `divert(0)zone "$1" in { divert(-1)') +# Root hint zone + +define(`ROOTHINT', `divert(0)zone "." in { + type hint; + file "ROOTCACHE"; +}; + +divert(-1)') + # Manual insertion of config file material define(`CONFIG', `divert(0)$1 @@ -68,9 +77,4 @@ divert(0)dnl `#' Please don't edit manually `#' -zone "." in { - type hint; - file "ROOTCACHE"; -}; - divert(-1)