You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dns/dnsmasq/files/dnsmasq-2.47-fbsd-config.patch

17 lines
505 B

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 */