mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
22 lines
465 B
Plaintext
22 lines
465 B
Plaintext
|
*** nslint.c.orig Wed Sep 24 20:41:28 1997
|
||
|
--- nslint.c Mon Oct 27 09:18:05 1997
|
||
|
***************
|
||
|
*** 127,134 ****
|
||
|
|
||
|
int debug;
|
||
|
int errors;
|
||
|
! char *bootfile = "/etc/named.boot";
|
||
|
! char *conffile = "/etc/named.conf";
|
||
|
char *nslintboot;
|
||
|
char *nslintconf;
|
||
|
char *prog;
|
||
|
--- 127,134 ----
|
||
|
|
||
|
int debug;
|
||
|
int errors;
|
||
|
! char *bootfile = "/etc/namedb/named.boot";
|
||
|
! char *conffile = "/etc/namedb/named.conf";
|
||
|
char *nslintboot;
|
||
|
char *nslintconf;
|
||
|
char *prog;
|