blob: c32a7d80e62ac634dfb5bad830cca38a8634156f [file] [log] [blame]
Simon Kelley9c74ec02004-08-13 21:13:03 +01001--- dnsmasq.8 2004-08-08 20:57:56.000000000 +0200
2+++ dnsmasq.8 2004-08-12 00:40:01.000000000 +0200
Simon Kelleyfd9fa482004-10-21 20:24:00 +01003@@ -69,7 +69,7 @@
Simon Kelleyfeba5c12004-07-27 20:28:58 +01004 .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
Simon Kelley9c74ec02004-08-13 21:13:03 +010012--- 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 @@
Simon Kelleyfeba5c12004-07-27 20:28:58 +010015
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
Simon Kelley9c74ec02004-08-13 21:13:03 +010023--- 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 @@
Simon Kelleyfeba5c12004-07-27 20:28:58 +010026 #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
Simon Kelleyfd9fa482004-10-21 20:24:00 +010034@@ -187,7 +187,7 @@
Simon Kelleyfeba5c12004-07-27 20:28:58 +010035
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