diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2009-03-30 04:14:35 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2009-03-30 04:14:35 +0000 |
commit | 6914ab58009d14ad7c1bfbb3d560326f2249a8b3 (patch) | |
tree | 2524a585f0a821750c40707e2535b60969f07914 /net-dns/dnsmasq/files | |
parent | The debug use flag just enabled -g, use CFLAGS if you want that (diff) | |
download | gentoo-2-6914ab58009d14ad7c1bfbb3d560326f2249a8b3.tar.gz gentoo-2-6914ab58009d14ad7c1bfbb3d560326f2249a8b3.tar.bz2 gentoo-2-6914ab58009d14ad7c1bfbb3d560326f2249a8b3.zip |
Version bump (bug #259224).
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'net-dns/dnsmasq/files')
-rw-r--r-- | net-dns/dnsmasq/files/dnsmasq-2.47-fbsd-config.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-dns/dnsmasq/files/dnsmasq-2.47-fbsd-config.patch b/net-dns/dnsmasq/files/dnsmasq-2.47-fbsd-config.patch new file mode 100644 index 000000000000..38a3679bd240 --- /dev/null +++ b/net-dns/dnsmasq/files/dnsmasq-2.47-fbsd-config.patch @@ -0,0 +1,16 @@ +diff -ur dnsmasq-2.47.orig/src/config.h dnsmasq-2.47/src/config.h +--- dnsmasq-2.47.orig/src/config.h 2009-02-05 07:14:24.000000000 -0500 ++++ dnsmasq-2.47/src/config.h 2009-03-30 00:04:52.000000000 -0400 +@@ -50,11 +50,7 @@ + #endif + + #ifndef CONFFILE +-# if defined(__FreeBSD__) +-# define CONFFILE "/usr/local/etc/dnsmasq.conf" +-# else +-# define CONFFILE "/etc/dnsmasq.conf" +-# endif ++# define CONFFILE "/etc/dnsmasq.conf" + #endif + + #define DEFLEASE 3600 /* default lease time, 1 hour */ |