pkgsrc/net/nslint/patches/patch-ab
rh 16337da08c Initial import of nslint-2.0.2, a name server consistency checker for BIND
provided in PR 13134 by Stoned Elipot <Stoned.Elipot@script.jussieu.fr>
2001-06-07 11:53:04 +00:00

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;