[master] change "fast" to "map"

3475.	[cleanup]	Changed name of 'map' zone file format (previously
			'fast'). [RT #32458]
This commit is contained in:
Evan Hunt
2013-01-24 14:20:48 -08:00
parent dd59fe01c9
commit c9611b4573
27 changed files with 103 additions and 100 deletions

View File

@@ -41,14 +41,14 @@ controls {
zone "example" {
type master;
masterfile-format fast;
file "example.db.fast";
masterfile-format map;
file "example.db.map";
};
zone "dynamic" {
type master;
masterfile-format fast;
file "dynamic.db.fast";
masterfile-format map;
file "dynamic.db.map";
allow-update { any; };
};