summaryrefslogtreecommitdiff
path: root/net/nslint/files
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-01-30 06:21:50 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-01-30 06:21:50 +0000
commit9fb8b0b4e65bf96482ba4e77f565ffc36cd032d6 (patch)
tree3a5d1fea5b6539aea95428fc4c0cf0c02f48b9c1 /net/nslint/files
parentenable ports/mail/smtpfeed and ports/mail/rblcheck. (diff)
ports/net/nslint, "perform consistency checks on DNS files"
PR: 4941
Notes
Notes: svn path=/head/; revision=9524
Diffstat (limited to 'net/nslint/files')
-rw-r--r--net/nslint/files/patch-aa13
-rw-r--r--net/nslint/files/patch-ab21
-rw-r--r--net/nslint/files/patch-ac53
3 files changed, 87 insertions, 0 deletions
diff --git a/net/nslint/files/patch-aa b/net/nslint/files/patch-aa
new file mode 100644
index 000000000000..cbdbce18804c
--- /dev/null
+++ b/net/nslint/files/patch-aa
@@ -0,0 +1,13 @@
+*** Makefile.in.orig Tue Jul 22 19:22:58 1997
+--- Makefile.in Mon Oct 27 09:13:15 1997
+***************
+*** 77,82 ****
+--- 77,84 ----
+
+ CLEANFILES = $(PROG) $(OBJ) $(GENSRC)
+
++ all: $(PROG)
++
+ $(PROG): $(OBJ)
+ @rm -f $@
+ $(CC) $(CFLAGS) -o $@ $(OBJ) $(LIBS)
diff --git a/net/nslint/files/patch-ab b/net/nslint/files/patch-ab
new file mode 100644
index 000000000000..9e2a3c8a87f9
--- /dev/null
+++ b/net/nslint/files/patch-ab
@@ -0,0 +1,21 @@
+*** 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;
diff --git a/net/nslint/files/patch-ac b/net/nslint/files/patch-ac
new file mode 100644
index 000000000000..a28f234dbdc7
--- /dev/null
+++ b/net/nslint/files/patch-ac
@@ -0,0 +1,53 @@
+*** nslint.8.orig Wed Sep 24 20:11:08 1997
+--- nslint.8 Mon Oct 27 09:54:44 1997
+***************
+*** 101,107 ****
+ Specify an alternate
+ .I named.boot
+ file. The default is
+! .I /etc/named.boot
+ (just like
+ .IR named (8)).
+ .TP
+--- 101,107 ----
+ Specify an alternate
+ .I named.boot
+ file. The default is
+! .I /etc/namedb/named.boot
+ (just like
+ .IR named (8)).
+ .TP
+***************
+*** 110,116 ****
+ Specify an alternate
+ .I named.conf
+ file. The default is
+! .IR /etc/named.conf .
+ .TP
+ .B -B
+ Specify an alternate
+--- 110,116 ----
+ Specify an alternate
+ .I named.conf
+ file. The default is
+! .IR /etc/namedb/named.conf .
+ .TP
+ .B -B
+ Specify an alternate
+***************
+*** 399,405 ****
+ .na
+ .nh
+ .nf
+! /etc/named.boot - default named configuration file
+ nslint.boot - default nslint configuration file
+ .ad
+ .hy
+--- 399,405 ----
+ .na
+ .nh
+ .nf
+! /etc/namedb/named.boot - default named configuration file
+ nslint.boot - default nslint configuration file
+ .ad
+ .hy