incorrect root hint directory

This commit is contained in:
Andreas Gustafsson
2000-12-22 18:57:18 +00:00
parent d1efbb15f9
commit f131164c62
3 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.1 2000/12/22 17:03:02 gson Exp $ */
/* $Id: named.conf,v 1.2 2000/12/22 18:57:16 gson Exp $ */
options {
query-source address 10.53.0.2;
@@ -31,7 +31,7 @@ options {
zone "." {
type hint;
file "../common/root.hint";
file "../../common/root.hint";
};
include "zones.conf";

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.1 2000/12/22 17:03:02 gson Exp $ */
/* $Id: named.conf,v 1.2 2000/12/22 18:57:17 gson Exp $ */
options {
query-source address 10.53.0.3;
@@ -40,7 +40,7 @@ controls {
zone "." {
type hint;
file "../common/root.hint";
file "../../common/root.hint";
};
server 10.53.0.4 {

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.1 2000/12/22 17:03:03 gson Exp $ */
/* $Id: named.conf,v 1.2 2000/12/22 18:57:18 gson Exp $ */
options {
query-source address 10.53.0.4;
@@ -31,7 +31,7 @@ options {
zone "." {
type hint;
file "../common/root.hint";
file "../../common/root.hint";
};
include "zones.conf";