]> andersk Git - moira.git/commitdiff
Make hesiod.gen default to class IN, type TXT records
authordanw <danw>
Sat, 31 May 1997 03:28:20 +0000 (03:28 +0000)
committerdanw <danw>
Sat, 31 May 1997 03:28:20 +0000 (03:28 +0000)
(instead of HS/UNSPECA). completes the hesiod/nhesiod migration

gen/hesiod.pc

index 5344049050930f95318f2eb20efc235d19434e23..06ad00380e01e2d87924ec140698b16b27b0385b 100644 (file)
@@ -22,10 +22,10 @@ EXEC SQL INCLUDE sqlca;
 
 
 #ifndef HTYPE
-#define HTYPE "UNSPECA"
+#define HTYPE "TXT"
 #endif
 #ifndef HCLASS
-#define HCLASS "HS"
+#define HCLASS "IN"
 #endif
 
 #ifndef HESIOD_SUBDIR
This page took 1.58519 seconds and 5 git commands to generate.