diff --git a/group_and_isc.diff b/group_and_isc.diff index 525c899..e879bd8 100644 --- a/group_and_isc.diff +++ b/group_and_isc.diff @@ -1,24 +1,24 @@ ---- src/config.h -+++ src/config.h 2011/03/02 08:46:53 -@@ -62,8 +62,8 @@ - #endif - - #define DEFLEASE 3600 /* default lease time, 1 hour */ --#define CHUSER "nobody" --#define CHGRP "dip" -+#define CHUSER "dnsmasq" -+#define CHGRP "nogroup" - #define NAMESERVER_PORT 53 - #define DHCP_SERVER_PORT 67 - #define DHCP_CLIENT_PORT 68 --- man/dnsmasq.8 -+++ man/dnsmasq.8 2011/03/02 08:43:55 ++++ man/dnsmasq.8 2012/03/06 09:37:36 @@ -118,7 +118,7 @@ .TP .B \-g, --group= Specify the group which dnsmasq will run -as. The defaults to "dip", if available, to facilitate access to -+as. The defaults to "dialout", if available, to facilitate access to ++as. The defaults to "nogroup", if available, to facilitate access to /etc/ppp/resolv.conf which is not normally world readable. .TP .B \-v, --version +--- src/config.h ++++ src/config.h 2012/03/06 09:36:38 +@@ -34,8 +34,8 @@ + #define ETHERSFILE "/etc/ethers" + #define RUNFILE "/var/run/dnsmasq.pid" + #define DEFLEASE 3600 /* default lease time, 1 hour */ +-#define CHUSER "nobody" +-#define CHGRP "dip" ++#define CHUSER "dnsmasq" ++#define CHGRP "nogroup" + #define TFTP_MAX_CONNECTIONS 50 /* max simultaneous connections */ + #define LOG_MAX 5 /* log-queue length */ + #define RANDFILE "/dev/urandom"