c2a0852b28
ok merdely@
13 lines
437 B
Plaintext
13 lines
437 B
Plaintext
$OpenBSD: patch-src_config_h,v 1.3 2007/09/26 19:51:33 rui Exp $
|
|
--- src/config.h.orig Tue Aug 28 15:01:17 2007
|
|
+++ src/config.h Tue Sep 25 09:28:25 2007
|
|
@@ -41,7 +41,7 @@
|
|
#if defined(__FreeBSD__)
|
|
# define CONFFILE "/usr/local/etc/dnsmasq.conf"
|
|
#else
|
|
-# define CONFFILE "/etc/dnsmasq.conf"
|
|
+# define CONFFILE "!!SYSCONFDIR!!/dnsmasq.conf"
|
|
#endif
|
|
#define DEFLEASE 3600 /* default lease time, 1 hour */
|
|
#define CHUSER "nobody"
|