share the root.hint file among most of the system tests instead of having multiple identical copies

This commit is contained in:
Andreas Gustafsson
2001-01-11 20:44:21 +00:00
parent 8116149a05
commit 1988fd60fa
35 changed files with 37 additions and 373 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named1.conf,v 1.15 2001/01/09 21:45:36 bwelling Exp $ */
/* $Id: named1.conf,v 1.16 2001/01/11 20:41:59 gson Exp $ */
options {
query-source address 10.53.0.2;
@@ -33,7 +33,7 @@ include "../../common/controls.conf";
zone "." {
type hint;
file "root.hint";
file "../../common/root.hint";
};
zone "example" {