From 7f368af495240acf6c0f93c5156e8bc89935d364 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 7 May 2009 14:54:24 +0000 Subject: [PATCH] [packages] djbdns: remove junk from last commit SVN-Revision: 15689 --- net/djbdns/dnsmasq.patch | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 net/djbdns/dnsmasq.patch diff --git a/net/djbdns/dnsmasq.patch b/net/djbdns/dnsmasq.patch deleted file mode 100644 index 92b6bfbb00..0000000000 --- a/net/djbdns/dnsmasq.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- old/dnsmasq.init 2008-10-05 22:12:42.000000000 +0200 -+++ new/dnsmasq.init 2009-03-25 16:50:48.000000000 +0100 -@@ -52,6 +52,7 @@ - append_bool "$cfg" dbus "-1" - append_bool "$cfg" boguspriv "-b" - append_bool "$cfg" expandhosts "-E" -+ append_bool "$cfg" nonwildcard "-z" - - append_parm "$cfg" dnsforwardmax "-0" - append_parm "$cfg" port "-p" -@@ -63,6 +64,7 @@ - append_parm "$cfg" "local" "-S" - append_parm "$cfg" "leasefile" "-l" - append_parm "$cfg" "resolvfile" "-r" -+ append_parm "$cfg" "interfaces" "-i" - - config_get leasefile $cfg leasefile - [ -e "$leasefile" ] || touch "$leasefile" ---- old/dhcp.conf 2009-04-01 15:13:53.000000000 +0200 -+++ new/dhcp.conf 2009-04-01 15:15:02.000000000 +0200 -@@ -11,6 +11,8 @@ - option readethers 1 - option leasefile '/tmp/dhcp.leases' - option resolvfile '/tmp/resolv.conf.auto' -+ option nonwildcard 1 -+ option interfaces br-lan - - config dhcp lan - option interface lan -- 2.30.2