Gentoo Archives: gentoo-commits

From: "Patrick McLean (chutzpah)" <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/dnsmasq/files: dnsmasq-2.47-fbsd-config.patch
Date: Mon, 30 Mar 2009 04:14:37
Message-Id: E1Lo8tP-0001c9-AX@stork.gentoo.org
1 chutzpah 09/03/30 04:14:35
2
3 Added: dnsmasq-2.47-fbsd-config.patch
4 Log:
5 Version bump (bug #259224).
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-dns/dnsmasq/files/dnsmasq-2.47-fbsd-config.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/dnsmasq/files/dnsmasq-2.47-fbsd-config.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/dnsmasq/files/dnsmasq-2.47-fbsd-config.patch?rev=1.1&content-type=text/plain
13
14 Index: dnsmasq-2.47-fbsd-config.patch
15 ===================================================================
16 diff -ur dnsmasq-2.47.orig/src/config.h dnsmasq-2.47/src/config.h
17 --- dnsmasq-2.47.orig/src/config.h 2009-02-05 07:14:24.000000000 -0500
18 +++ dnsmasq-2.47/src/config.h 2009-03-30 00:04:52.000000000 -0400
19 @@ -50,11 +50,7 @@
20 #endif
21
22 #ifndef CONFFILE
23 -# if defined(__FreeBSD__)
24 -# define CONFFILE "/usr/local/etc/dnsmasq.conf"
25 -# else
26 -# define CONFFILE "/etc/dnsmasq.conf"
27 -# endif
28 +# define CONFFILE "/etc/dnsmasq.conf"
29 #endif
30
31 #define DEFLEASE 3600 /* default lease time, 1 hour */