dnsmasq/group_and_isc.diff

23 lines
638 B
Diff

--- man/dnsmasq.8
+++ man/dnsmasq.8 2005/11/28 10:33:09
@@ -70,7 +70,7 @@
.TP
.B \-g, --group=<groupname>
Specify the group which dnsmasq will run
-as. The defaults to "dip", if available, to facilitate access to
+as. The defaults to "dialout", if available, to facilitate access to
/etc/ppp/resolv.conf which is not normally world readable.
.TP
.B \-v, --version
--- src/config.h
+++ src/config.h 2006/05/09 14:27:47
@@ -45,7 +45,7 @@
#endif
#define DEFLEASE 3600 /* default lease time, 1 hour */
#define CHUSER "nobody"
-#define CHGRP "dip"
+#define CHGRP "nogroup"
#define DHCP_SERVER_PORT 67
#define DHCP_CLIENT_PORT 68