1--- dnsmasq.8	2004-08-08 20:57:56.000000000 +0200
2+++ dnsmasq.8	2004-08-12 00:40:01.000000000 +0200
3@@ -63,7 +63,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--- dnsmasq.conf.example	2004-08-08 21:18:26.000000000 +0200
13+++ dnsmasq.conf.example	2004-08-12 00:40:01.000000000 +0200
14@@ -65,7 +65,7 @@
15 
16 # You no longer (as of version 1.7) need to set these to enable 
17 # dnsmasq to read /etc/ppp/resolv.conf since dnsmasq now uses the
18-# "dip" group to achieve this.
19+# "dialout" group to achieve this.
20 #user=
21 #group=
22 
23--- src/config.h	2004-08-11 11:39:18.000000000 +0200
24+++ src/config.h	2004-08-12 00:40:01.000000000 +0200
25@@ -44,7 +44,7 @@
26 #endif
27 #define DEFLEASE 3600 /* default lease time, 1 hour */
28 #define CHUSER "nobody"
29-#define CHGRP "dip"
30+#define CHGRP "dialout"
31 #define IP6INTERFACES "/proc/net/if_inet6"
32 #define UPTIME "/proc/uptime"
33 #define DHCP_SERVER_PORT 67
34@@ -176,7 +176,7 @@
35 
36 /* platform independent options. */
37 #undef HAVE_BROKEN_RTC
38-#define HAVE_ISC_READER
39+#undef HAVE_ISC_READER
40 
41 #if defined(HAVE_BROKEN_RTC) && defined(HAVE_ISC_READER)
42 #  error HAVE_ISC_READER is not compatible with HAVE_BROKEN_RTC
43