1 --- man/dnsmasq.8 2004-08-08 20:57:56.000000000 +0200 2 +++ man/dnsmasq.8 2004-08-12 00:40:01.000000000 +0200 3 @@ -69,7 +69,7 @@ 4 .TP 5 .B \-g, --group=<groupname> 6 Specify the group which dnsmasq will run 7 -as. The defaults to "dip", if available, to facilitate access to 8 +as. The defaults to "dialout", if available, to facilitate access to 9 /etc/ppp/resolv.conf which is not normally world readable. 10 .TP 11 .B \-v, --version 12 --- src/config.h 2004-08-11 11:39:18.000000000 +0200 13 +++ src/config.h 2004-08-12 00:40:01.000000000 +0200 14 @@ -44,7 +44,7 @@ 15 #endif 16 #define DEFLEASE 3600 /* default lease time, 1 hour */ 17 #define CHUSER "nobody" 18 -#define CHGRP "dip" 19 +#define CHGRP "dialout" 20 #define DHCP_SERVER_PORT 67 21 #define DHCP_CLIENT_PORT 68 22 23 24