summaryrefslogtreecommitdiff
path: root/dns/mydns-ng/files
diff options
context:
space:
mode:
Diffstat (limited to 'dns/mydns-ng/files')
-rw-r--r--dns/mydns-ng/files/mydns.sh16
-rw-r--r--dns/mydns-ng/files/patch-Makefile.in10
-rw-r--r--dns/mydns-ng/files/patch-configure11
-rw-r--r--dns/mydns-ng/files/patch-doc::mydns.texi10
-rw-r--r--dns/mydns-ng/files/patch-src::mydns::conf.c11
5 files changed, 0 insertions, 58 deletions
diff --git a/dns/mydns-ng/files/mydns.sh b/dns/mydns-ng/files/mydns.sh
deleted file mode 100644
index 493a4356d676..000000000000
--- a/dns/mydns-ng/files/mydns.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-case "$1" in
- start)
- %%%PREFIX%%%/sbin/mydns -b
- ;;
- stop)
- kill `cat /var/run/mydns.pid`
- ;;
- *)
- echo ""
- echo "Usage: `basename $0` { start | stop }"
- echo ""
- exit 64
- ;;
-esac
diff --git a/dns/mydns-ng/files/patch-Makefile.in b/dns/mydns-ng/files/patch-Makefile.in
deleted file mode 100644
index 0148045df6db..000000000000
--- a/dns/mydns-ng/files/patch-Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.in.orig Wed Dec 18 15:16:33 2002
-+++ Makefile.in Wed Dec 18 15:16:43 2002
-@@ -529,7 +529,6 @@
-
- install-data-am:
- @$(NORMAL_INSTALL)
-- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
-
- install-exec-am:
-
diff --git a/dns/mydns-ng/files/patch-configure b/dns/mydns-ng/files/patch-configure
deleted file mode 100644
index 65ebf6726437..000000000000
--- a/dns/mydns-ng/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Fri Mar 28 11:51:06 2003
-+++ configure Fri Mar 28 11:51:21 2003
-@@ -7803,6 +7803,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
diff --git a/dns/mydns-ng/files/patch-doc::mydns.texi b/dns/mydns-ng/files/patch-doc::mydns.texi
deleted file mode 100644
index 240da03053cb..000000000000
--- a/dns/mydns-ng/files/patch-doc::mydns.texi
+++ /dev/null
@@ -1,10 +0,0 @@
---- doc/mydns.texi.orig Fri Nov 15 10:30:48 2002
-+++ doc/mydns.texi Wed Dec 18 15:18:13 2002
-@@ -1,3 +1,7 @@
-+@dircategory Miscellaneous
-+@direntry
-+* mydns: (mydns). The MySQL based DNS-server.
-+@end direntry
-
- @ifinfo
- This is the manual for MyDNS (version @value{PKGVERSION}, @value{PKGDATE}),
diff --git a/dns/mydns-ng/files/patch-src::mydns::conf.c b/dns/mydns-ng/files/patch-src::mydns::conf.c
deleted file mode 100644
index 4b49ce8a838f..000000000000
--- a/dns/mydns-ng/files/patch-src::mydns::conf.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/mydns/conf.c.orig Fri Dec 12 06:02:22 2003
-+++ src/mydns/conf.c Tue Dec 16 08:16:03 2003
-@@ -429,7 +429,7 @@
-
- /* Set additional where clauses if provided */
- mydns_set_soa_where_clause(conf_get(&Conf, "soa-where", NULL));
-- mydns_set_rr_where_clause(conf_get(&Conf, "soa-where", NULL));
-+ mydns_set_rr_where_clause(conf_get(&Conf, "rr-where", NULL));
-
- /* Set recursive server if specified */
- conf_set_recursive();