ed5c342a47
ok sthen@
24 lines
780 B
Plaintext
24 lines
780 B
Plaintext
$OpenBSD: patch-src_config_h,v 1.11 2012/12/19 19:56:03 brad Exp $
|
|
--- src/config.h.orig Fri Dec 14 06:48:26 2012
|
|
+++ src/config.h Tue Dec 18 17:55:10 2012
|
|
@@ -34,8 +34,8 @@
|
|
#define HOSTSFILE "/etc/hosts"
|
|
#define ETHERSFILE "/etc/ethers"
|
|
#define DEFLEASE 3600 /* default lease time, 1 hour */
|
|
-#define CHUSER "nobody"
|
|
-#define CHGRP "dip"
|
|
+#define CHUSER "_dnsmasq"
|
|
+#define CHGRP "_dnsmasq"
|
|
#define TFTP_MAX_CONNECTIONS 50 /* max simultaneous connections */
|
|
#define LOG_MAX 5 /* log-queue length */
|
|
#define RANDFILE "/dev/urandom"
|
|
@@ -145,7 +145,7 @@ RESOLVFILE
|
|
# if defined(__FreeBSD__)
|
|
# define CONFFILE "/usr/local/etc/dnsmasq.conf"
|
|
# else
|
|
-# define CONFFILE "/etc/dnsmasq.conf"
|
|
+# define CONFFILE "${SYSCONFDIR}/dnsmasq.conf"
|
|
# endif
|
|
#endif
|
|
|