blob: 626245f6f51ef6ad955898d20ee89ae29aece843 [file] [log] [blame]
Simon Kelleye17fb622006-01-14 20:33:46 +00001--- man/dnsmasq.8 2004-08-08 20:57:56.000000000 +0200
2+++ man/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--- 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 @@
Simon Kelleyfeba5c12004-07-27 20:28:58 +010015 #endif
16 #define DEFLEASE 3600 /* default lease time, 1 hour */
17 #define CHUSER "nobody"
18-#define CHGRP "dip"
19+#define CHGRP "dialout"
Simon Kelleyfeba5c12004-07-27 20:28:58 +010020 #define DHCP_SERVER_PORT 67
Simon Kelley309331f2006-04-22 15:05:01 +010021 #define DHCP_CLIENT_PORT 68
22
Simon Kelley5e9e0ef2006-04-17 14:24:29 +010023