Simon Kelley | 9c74ec0 | 2004-08-13 21:13:03 +0100 | [diff] [blame] | 1 | --- dnsmasq.8 2004-08-08 20:57:56.000000000 +0200 |
| 2 | +++ dnsmasq.8 2004-08-12 00:40:01.000000000 +0200 |
Simon Kelley | fd9fa48 | 2004-10-21 20:24:00 +0100 | [diff] [blame^] | 3 | @@ -69,7 +69,7 @@ |
Simon Kelley | feba5c1 | 2004-07-27 20:28:58 +0100 | [diff] [blame] | 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 |
Simon Kelley | 9c74ec0 | 2004-08-13 21:13:03 +0100 | [diff] [blame] | 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 @@ |
Simon Kelley | feba5c1 | 2004-07-27 20:28:58 +0100 | [diff] [blame] | 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 | |
Simon Kelley | 9c74ec0 | 2004-08-13 21:13:03 +0100 | [diff] [blame] | 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 @@ |
Simon Kelley | feba5c1 | 2004-07-27 20:28:58 +0100 | [diff] [blame] | 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 |
Simon Kelley | fd9fa48 | 2004-10-21 20:24:00 +0100 | [diff] [blame^] | 34 | @@ -187,7 +187,7 @@ |
Simon Kelley | feba5c1 | 2004-07-27 20:28:58 +0100 | [diff] [blame] | 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 |