diff options
Diffstat (limited to 'dns/maradns/files')
-rw-r--r-- | dns/maradns/files/patch-dns-Makefile | 11 | ||||
-rw-r--r-- | dns/maradns/files/patch-example_mararc | 13 | ||||
-rw-r--r-- | dns/maradns/files/patch-libs-Makefile | 10 | ||||
-rw-r--r-- | dns/maradns/files/patch-parse-Makefile | 11 | ||||
-rw-r--r-- | dns/maradns/files/patch-server-Makefile | 18 | ||||
-rw-r--r-- | dns/maradns/files/patch-test-Makefile | 11 | ||||
-rw-r--r-- | dns/maradns/files/patch-tools-Makefile | 11 | ||||
-rw-r--r-- | dns/maradns/files/patch-tuzona-Makefile | 11 | ||||
-rw-r--r-- | dns/maradns/files/patch-utf8-Makefile | 11 |
9 files changed, 0 insertions, 107 deletions
diff --git a/dns/maradns/files/patch-dns-Makefile b/dns/maradns/files/patch-dns-Makefile deleted file mode 100644 index 7ecb07c3745e..000000000000 --- a/dns/maradns/files/patch-dns-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- dns/Makefile.orig Sun Jul 22 21:27:54 2001 -+++ dns/Makefile Sun Jul 22 21:28:03 2001 -@@ -4,7 +4,7 @@ - OBJECTS=$(DOBJECTS) $(JOBJS) $(MJOBJS) - - #FLAGS = -O2 -Wall --FLAGS = -g -+FLAGS = -g $(CFLAGS) - - all: Queries.o Compress.o bobbit.o - diff --git a/dns/maradns/files/patch-example_mararc b/dns/maradns/files/patch-example_mararc deleted file mode 100644 index 4cd7bb091fee..000000000000 --- a/dns/maradns/files/patch-example_mararc +++ /dev/null @@ -1,13 +0,0 @@ ---- doc/example_mararc.orig Mon Aug 20 23:10:09 2001 -+++ doc/example_mararc Mon Aug 20 23:10:53 2001 -@@ -19,7 +19,9 @@ - # The directory with all of the zone files - chroot_dir = "/usr/local/etc/maradns" - # The numeric UID MaraDNS will run as --maradns_uid = 99 -+maradns_uid = 53 -+# The (optional) numeric GID MaraDNS will run as -+maradns_gid = 53 - # The maximum number of threads (or processes, with the zone server) - # MaraDNS is allowed to run - maxprocs = 96 diff --git a/dns/maradns/files/patch-libs-Makefile b/dns/maradns/files/patch-libs-Makefile deleted file mode 100644 index 8fb4fb93afb9..000000000000 --- a/dns/maradns/files/patch-libs-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- libs/Makefile.orig Sun Jul 22 21:21:11 2001 -+++ libs/Makefile Sun Jul 22 21:21:38 2001 -@@ -1,6 +1,6 @@ - OBJECTS = JessStr.o JessStrOS.o JessStrCP.o MaraHash.o - #FLAGS = -O2 -Wall --FLAGS = -g -+FLAGS = -g $(CFLAGS) - - all: tests mtest - diff --git a/dns/maradns/files/patch-parse-Makefile b/dns/maradns/files/patch-parse-Makefile deleted file mode 100644 index dd8e62e9fbcd..000000000000 --- a/dns/maradns/files/patch-parse-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- parse/Makefile.orig Sun Jul 22 21:22:02 2001 -+++ parse/Makefile Sun Jul 22 21:22:17 2001 -@@ -6,7 +6,7 @@ - EXECS=parsetest parsetest2 - - #FLAGS = -O2 --FLAGS = -g -+FLAGS = -g $(CFLAGS) - - all: $(EXECS) - diff --git a/dns/maradns/files/patch-server-Makefile b/dns/maradns/files/patch-server-Makefile deleted file mode 100644 index 8613411ce7ba..000000000000 --- a/dns/maradns/files/patch-server-Makefile +++ /dev/null @@ -1,18 +0,0 @@ ---- server/Makefile.orig Sun Jul 22 21:22:38 2001 -+++ server/Makefile Sun Jul 22 21:23:17 2001 -@@ -12,7 +12,7 @@ - #FLAGS = -g -DDEBUG -DCALL_LOCKS - #FLAGS = -g -DDEBUG - #FLAGS = -g -DDEBUG -DNOTHREAD --FLAGS = -g -+FLAGS = -g $(CFLAGS) - - all: $(EXECS) - -@@ -29,5 +29,5 @@ - $(CC) -c $(FLAGS) -o recursive.o recursive.c - - maradns: MaraDNS.c $(OBJECTS) -- $(CC) $(FLAGS) -DVERSION=\"$(VERSION)\" -o maradns MaraDNS.c $(OBJECTS) -lpthread -+ $(CC) $(FLAGS) -DVERSION=\"$(VERSION)\" -o maradns MaraDNS.c $(OBJECTS) -pthread - diff --git a/dns/maradns/files/patch-test-Makefile b/dns/maradns/files/patch-test-Makefile deleted file mode 100644 index 626dcaff9cc2..000000000000 --- a/dns/maradns/files/patch-test-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- test/Makefile.orig Sun Jul 22 21:23:40 2001 -+++ test/Makefile Sun Jul 22 21:23:47 2001 -@@ -6,7 +6,7 @@ - EXECS=rtest csv1test compress.test show.charnum ipacltest - - #FLAGS = -O2 --FLAGS = -g -+FLAGS = -g $(CFLAGS) - - all: $(EXECS) - diff --git a/dns/maradns/files/patch-tools-Makefile b/dns/maradns/files/patch-tools-Makefile deleted file mode 100644 index 27dd38f4d99b..000000000000 --- a/dns/maradns/files/patch-tools-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/Makefile.orig Sun Jul 22 21:24:18 2001 -+++ tools/Makefile Sun Jul 22 21:24:30 2001 -@@ -5,7 +5,7 @@ - EXECS=askmara strip.control benchmark - - #FLAGS = -O2 --FLAGS = -g -+FLAGS = -g $(CFLAGS) - - all: $(EXECS) - diff --git a/dns/maradns/files/patch-tuzona-Makefile b/dns/maradns/files/patch-tuzona-Makefile deleted file mode 100644 index 5c5186a8029b..000000000000 --- a/dns/maradns/files/patch-tuzona-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- tuzona/Makefile.orig Sun Jul 22 21:25:11 2001 -+++ tuzona/Makefile Sun Jul 22 21:25:18 2001 -@@ -5,7 +5,7 @@ - OBJECTS=$(JOBJS) $(MJOBJS) $(DOBJECTS) $(POBJECTS) - EXECS=getzone zoneserver - --FLAGS = -O2 -+FLAGS = -O2 $(CFLAGS) - #FLAGS = -g - - all: $(EXECS) diff --git a/dns/maradns/files/patch-utf8-Makefile b/dns/maradns/files/patch-utf8-Makefile deleted file mode 100644 index 208b5b47e28c..000000000000 --- a/dns/maradns/files/patch-utf8-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- utf8/Makefile.orig Sun Jul 22 21:25:44 2001 -+++ utf8/Makefile Sun Jul 22 21:25:51 2001 -@@ -5,7 +5,7 @@ - EXECS=utf8test - - #FLAGS = -O2 --FLAGS = -g -+FLAGS = -g $(CFLAGS) - - all: $(EXECS) - |