15 lines
374 B
Text
15 lines
374 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2001/06/07 11:53:04 rh Exp $
|
|
|
|
--- nslint.c.orig Thu Feb 1 23:47:51 2001
|
|
+++ nslint.c
|
|
@@ -127,8 +127,8 @@
|
|
|
|
int debug;
|
|
int errors;
|
|
-char *bootfile = "/etc/named.boot";
|
|
-char *conffile = "/etc/named.conf";
|
|
+char *bootfile = "/etc/namedb/named.boot";
|
|
+char *conffile = "/etc/namedb/named.conf";
|
|
char *nslintboot;
|
|
char *nslintconf;
|
|
char *prog;
|