share the root.hint file among most of the system tests instead of having multiple identical copies
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.16 2001/01/09 21:42:52 bwelling Exp $ */
|
||||
/* $Id: named.conf,v 1.17 2001/01/11 20:41:32 gson Exp $ */
|
||||
|
||||
// NS2
|
||||
|
||||
@@ -33,7 +33,7 @@ options {
|
||||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
||||
Reference in New Issue
Block a user