Changeset f309a5b in freewrt


Ignore:
Timestamp:
Mar 2, 2009, 12:14:08 PM (17 years ago)
Author:
Dirk Nehring <dnehring@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
bdb18f4
Parents:
64209ab
Message:

Update dnsmasq patches

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@3851 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/dnsmasq/patches
Files:
2 edited

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 @@
     1diff -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 @@
    45 /* We assume that systems which don't have IPv6
    56    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.example
    2 --- dnsmasq-2.35.orig/dnsmasq.conf.example      2006-10-18 22:24:50.000000000 +0200
    3 +++ dnsmasq-2.35/dnsmasq.conf.example   2006-12-27 09:15:54.000000000 +0100
    4 @@ -273,7 +273,7 @@
     1diff -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 @@
    55 # The DHCP server needs somewhere on disk to keep its lease database.
    66 # This defaults to a sane location, but if you want to change it, use
     
    1111 # Set the DHCP server to authoritative mode. In this mode it will barge in
    1212 # 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"
     13diff -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
    2223 #endif
    23  #if defined(__FreeBSD__)
    24  #   define CONFFILE "/usr/local/etc/dnsmasq.conf"
     24 
Note: See TracChangeset for help on using the changeset viewer.