mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
43 lines
1.4 KiB
Diff
43 lines
1.4 KiB
Diff
--- dnsmasq.8 2004-06-21 21:55:47.000000000 +0200
|
|
+++ dnsmasq.8 2004-06-22 23:30:18.000000000 +0200
|
|
@@ -63,7 +63,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
|
|
--- dnsmasq.conf.example 2004-05-26 12:59:56.000000000 +0200
|
|
+++ dnsmasq.conf.example 2004-06-22 23:32:36.000000000 +0200
|
|
@@ -62,7 +62,7 @@
|
|
|
|
# You no longer (as of version 1.7) need to set these to enable
|
|
# dnsmasq to read /etc/ppp/resolv.conf since dnsmasq now uses the
|
|
-# "dip" group to achieve this.
|
|
+# "dialout" group to achieve this.
|
|
#user=
|
|
#group=
|
|
|
|
--- src/config.h 2004-06-22 21:14:50.000000000 +0200
|
|
+++ src/config.h 2004-06-22 23:31:46.000000000 +0200
|
|
@@ -38,7 +38,7 @@
|
|
#endif
|
|
#define DEFLEASE 3600 /* default lease time, 1 hour */
|
|
#define CHUSER "nobody"
|
|
-#define CHGRP "dip"
|
|
+#define CHGRP "dialout"
|
|
#define IP6INTERFACES "/proc/net/if_inet6"
|
|
#define UPTIME "/proc/uptime"
|
|
#define DHCP_SERVER_PORT 67
|
|
@@ -171,7 +171,7 @@
|
|
|
|
/* platform independent options. */
|
|
#undef HAVE_BROKEN_RTC
|
|
-#define HAVE_ISC_READER
|
|
+#undef HAVE_ISC_READER
|
|
|
|
#if defined(HAVE_BROKEN_RTC) && defined(HAVE_ISC_READER)
|
|
# error HAVE_ISC_READER is not compatible with HAVE_BROKEN_RTC
|