Fix path of main config file
============================
--- a/nslint.c.orig
+++ b/nslint.c
@@ -191,8 +191,8 @@
 char	*bootfile = "/etc/namedb/named.boot";
 char	*conffile = "/etc/namedb/named.conf";
 #else
-char	*bootfile = "/etc/named.boot";
-char	*conffile = "/etc/named.conf";
+char	*bootfile = "/etc/bind/named.boot";
+char	*conffile = "/etc/bind/named.conf";
 #endif
 char	*nslintboot;
 char	*nslintconf;
