dnsmasq/group_and_isc.diff
OBS User autobuild 77b4d1e54d Accepting request 24474 from network
Copy from network/dnsmasq based on submit request 24474 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/24474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=21
2009-11-16 11:55:19 +00:00

27 lines
850 B
Diff

Index: man/dnsmasq.8
===================================================================
--- man/dnsmasq.8.orig
+++ man/dnsmasq.8
@@ -110,7 +110,7 @@ can be over-ridden with this switch.
.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
Index: src/config.h
===================================================================
--- src/config.h.orig
+++ src/config.h
@@ -59,7 +59,7 @@
#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
#define DHCP_SERVER_ALTPORT 1067