]> mj.ucw.cz Git - nsc-5.git/blobdiff - m4/mkconf.m4
Root hints are emitted only when asked for
[nsc-5.git] / m4 / mkconf.m4
index 8392b4dad048e9035e0bb55574264234cf0266ad..ebf6532abeb4b61d2db409873ff1e8fb012504c5 100644 (file)
@@ -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)