2009-11-20 16:21:33 +01:00
|
|
|
Index: man/dnsmasq.8
|
|
|
|
===================================================================
|
|
|
|
--- man/dnsmasq.8.orig
|
|
|
|
+++ man/dnsmasq.8
|
|
|
|
@@ -110,7 +110,7 @@ can be over-ridden with this switch.
|
2007-01-16 00:10:19 +01:00
|
|
|
.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
|
2009-11-20 16:21:33 +01:00
|
|
|
Index: src/config.h
|
|
|
|
===================================================================
|
|
|
|
--- src/config.h.orig
|
|
|
|
+++ src/config.h
|
|
|
|
@@ -59,7 +59,7 @@
|
|
|
|
|
2007-01-16 00:10:19 +01:00
|
|
|
#define DEFLEASE 3600 /* default lease time, 1 hour */
|
|
|
|
#define CHUSER "nobody"
|
|
|
|
-#define CHGRP "dip"
|
2008-09-13 03:47:51 +02:00
|
|
|
+#define CHGRP "nogroup"
|
2007-01-16 00:10:19 +01:00
|
|
|
#define DHCP_SERVER_PORT 67
|
|
|
|
#define DHCP_CLIENT_PORT 68
|
2009-11-20 16:21:33 +01:00
|
|
|
#define DHCP_SERVER_ALTPORT 1067
|