Changeset f309a5b in freewrt
- Timestamp:
- Mar 2, 2009, 12:14:08 PM (17 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- bdb18f4
- Parents:
- 64209ab
- Location:
- package/dnsmasq/patches
- Files:
-
- 2 edited
-
101-ipv6.patch (modified) (1 diff)
-
110-leases-path.patch (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/dnsmasq/patches/101-ipv6.patch
r64209ab rf309a5b 1 --- dnsmasq-2.15.orig/src/config.h 2004-09-20 15:47:57.000000000 +0200 2 +++ dnsmasq-2.15/src/config.h 2004-09-20 23:21:10.000000000 +0200 3 @@ -78,8 +78,9 @@ 1 diff -Nur dnsmasq-2.47.orig/src/config.h dnsmasq-2.47/src/config.h 2 --- dnsmasq-2.47.orig/src/config.h 2009-02-05 13:14:24.000000000 +0100 3 +++ dnsmasq-2.47/src/config.h 2009-03-02 12:09:03.000000000 +0100 4 @@ -282,8 +282,9 @@ 4 5 /* We assume that systems which don't have IPv6 5 6 headers don't have ntop and pton either */ -
package/dnsmasq/patches/110-leases-path.patch
r64209ab rf309a5b 1 diff -Nur dnsmasq-2. 35.orig/dnsmasq.conf.example dnsmasq-2.35/dnsmasq.conf.example2 --- dnsmasq-2. 35.orig/dnsmasq.conf.example 2006-10-18 22:24:50.000000000 +02003 +++ dnsmasq-2. 35/dnsmasq.conf.example 2006-12-27 09:15:54.000000000 +01004 @@ - 273,7 +273,7 @@1 diff -Nur dnsmasq-2.47.orig/dnsmasq.conf.example dnsmasq-2.47/dnsmasq.conf.example 2 --- dnsmasq-2.47.orig/dnsmasq.conf.example 2009-01-03 21:28:51.000000000 +0100 3 +++ dnsmasq-2.47/dnsmasq.conf.example 2009-03-02 12:10:49.000000000 +0100 4 @@ -381,7 +381,7 @@ 5 5 # The DHCP server needs somewhere on disk to keep its lease database. 6 6 # This defaults to a sane location, but if you want to change it, use … … 11 11 # Set the DHCP server to authoritative mode. In this mode it will barge in 12 12 # and take over the lease for any client which broadcasts on the network, 13 diff -Nur dnsmasq-2.35.orig/src/config.h dnsmasq-2.35/src/config.h 14 --- dnsmasq-2.35.orig/src/config.h 2006-10-28 13:52:41.000000000 +0200 15 +++ dnsmasq-2.35/src/config.h 2006-12-27 09:15:31.000000000 +0100 16 @@ -36,7 +36,7 @@ 17 #if defined(__FreeBSD__) || defined (__OpenBSD__) || defined(__DragonFly__) 18 # define LEASEFILE "/var/db/dnsmasq.leases" 19 #else 20 -# define LEASEFILE "/var/lib/misc/dnsmasq.leases" 21 +# define LEASEFILE "/tmp/dnsmasq.leases" 13 diff -Nur dnsmasq-2.47.orig/src/config.h dnsmasq-2.47/src/config.h 14 --- dnsmasq-2.47.orig/src/config.h 2009-02-05 13:14:24.000000000 +0100 15 +++ dnsmasq-2.47/src/config.h 2009-03-02 12:11:31.000000000 +0100 16 @@ -45,7 +45,7 @@ 17 # elif defined(__sun__) || defined (__sun) 18 # define LEASEFILE "/var/cache/dnsmasq.leases" 19 # else 20 -# define LEASEFILE "/var/lib/misc/dnsmasq.leases" 21 +# define LEASEFILE "/tmp/dnsmasq.leases" 22 # endif 22 23 #endif 23 #if defined(__FreeBSD__) 24 # define CONFFILE "/usr/local/etc/dnsmasq.conf" 24
Note:
See TracChangeset
for help on using the changeset viewer.
