summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-09-13 13:35:11 -0400
committerMatthew Thode <prometheanfire@gentoo.org>2013-09-13 13:35:11 -0400
commit87d60349d55788cbe876f3c87c0e8491ecf53eef (patch)
treea4a0c0851dc6496a97b98ce758438a6d6578b2e1 /net-dns/dnsmasq/files/dnsmasq-2.47-fbsd-config.patch
parentadding support for portage 2.2 (diff)
downloadprometheanfire-87d60349d55788cbe876f3c87c0e8491ecf53eef.tar.gz
prometheanfire-87d60349d55788cbe876f3c87c0e8491ecf53eef.tar.bz2
prometheanfire-87d60349d55788cbe876f3c87c0e8491ecf53eef.zip
contrib is merged upstream :DHEADmaster
Diffstat (limited to 'net-dns/dnsmasq/files/dnsmasq-2.47-fbsd-config.patch')
-rw-r--r--net-dns/dnsmasq/files/dnsmasq-2.47-fbsd-config.patch16
1 files changed, 0 insertions, 16 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
deleted file mode 100644
index 38a3679..0000000
--- a/net-dns/dnsmasq/files/dnsmasq-2.47-fbsd-config.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-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 */