]> git.ipfire.org Git - people/ms/dnsmasq.git/blame - contrib/Suse/dnsmasq-SuSE.patch
import of dnsmasq-2.33.tar.gz
[people/ms/dnsmasq.git] / contrib / Suse / dnsmasq-SuSE.patch
CommitLineData
e17fb629
SK
1--- man/dnsmasq.8 2004-08-08 20:57:56.000000000 +0200
2+++ man/dnsmasq.8 2004-08-12 00:40:01.000000000 +0200
fd9fa481 3@@ -69,7 +69,7 @@
feba5c1d
SK
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
9c74ec03
SK
12--- 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 @@
feba5c1d
SK
15 #endif
16 #define DEFLEASE 3600 /* default lease time, 1 hour */
17 #define CHUSER "nobody"
18-#define CHGRP "dip"
19+#define CHGRP "dialout"
feba5c1d 20 #define DHCP_SERVER_PORT 67
309331f5
SK
21 #define DHCP_CLIENT_PORT 68
22
5e9e0efb 23