Merge update_test.pl into system test scripts

This commit is contained in:
Michael Sawyer
2000-07-24 22:53:40 +00:00
parent a7c6c06fad
commit c5272fb330
9 changed files with 458 additions and 10 deletions

View File

@@ -1,2 +1,3 @@
example.bk
named.run
update.bk

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: named.conf,v 1.1 2000/07/06 00:54:03 mws Exp $ */
/* $Id: named.conf,v 1.2 2000/07/24 22:53:40 mws Exp $ */
options {
query-source address 10.53.0.2;
@@ -35,4 +35,11 @@ zone "example.nil" {
allow-transfer { any; };
};
zone "update.nil" {
type slave;
masters { 10.53.0.1; };
file "update.bk";
allow-transfer { any; };
};