New package: djbdns
[packages.git] / net / djbdns / dnsmasq.patch
1 --- old/dnsmasq.init     2008-10-05 22:12:42.000000000 +0200
2 +++ new/dnsmasq.init  2009-03-25 16:50:48.000000000 +0100
3 @@ -52,6 +52,7 @@
4         append_bool "$cfg" dbus "-1"
5         append_bool "$cfg" boguspriv "-b"
6         append_bool "$cfg" expandhosts "-E"
7 +       append_bool "$cfg" nonwildcard "-z"
8
9         append_parm "$cfg" dnsforwardmax "-0"
10         append_parm "$cfg" port "-p"
11 @@ -63,6 +64,7 @@
12         append_parm "$cfg" "local" "-S"
13         append_parm "$cfg" "leasefile" "-l"
14         append_parm "$cfg" "resolvfile" "-r"
15 +       append_parm "$cfg" "interfaces" "-i"
16
17         config_get leasefile $cfg leasefile
18         [ -e "$leasefile" ] || touch "$leasefile"
19 --- old/dhcp.conf       2009-04-01 15:13:53.000000000 +0200
20 +++ new/dhcp.conf       2009-04-01 15:15:02.000000000 +0200
21 @@ -11,6 +11,8 @@
22         option readethers       1
23         option leasefile        '/tmp/dhcp.leases'
24         option resolvfile       '/tmp/resolv.conf.auto'
25 +       option nonwildcard      1
26 +       option interfaces       br-lan
27
28  config dhcp lan
29         option interface        lan