2009-06-14 13:07:25 -04:00
|
|
|
$OpenBSD: patch-man_dnsmasq_8,v 1.6 2009/06/14 17:07:25 kili Exp $
|
|
|
|
--- man/dnsmasq.8.orig Mon Jun 8 23:05:30 2009
|
|
|
|
+++ man/dnsmasq.8 Sun Jun 14 17:04:47 2009
|
|
|
|
@@ -105,13 +105,12 @@ Specify an alternate path for dnsmasq to record its pr
|
|
|
|
.TP
|
|
|
|
.B \-u, --user=<username>
|
|
|
|
Specify the userid to which dnsmasq will change after startup. Dnsmasq must normally be started as root, but it will drop root
|
|
|
|
-privileges after startup by changing id to another user. Normally this user is "nobody" but that
|
|
|
|
+privileges after startup by changing id to another user. Normally this user is "_dnsmasq" but that
|
|
|
|
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
|
|
|
|
-/etc/ppp/resolv.conf which is not normally world readable.
|
|
|
|
+as. This defaults to "_dnsmasq".
|
|
|
|
.TP
|
|
|
|
.B \-v, --version
|
|
|
|
Print the version number.
|
|
|
|
@@ -1002,7 +1001,7 @@ with # are skipped. This flag may be given on the comm
|
2007-05-31 00:28:33 -04:00
|
|
|
line or in a configuration file.
|
2006-07-19 05:15:48 -04:00
|
|
|
.SH CONFIG FILE
|
|
|
|
At startup, dnsmasq reads
|
|
|
|
-.I /etc/dnsmasq.conf,
|
2008-06-05 15:38:39 -04:00
|
|
|
+.I ${SYSCONFDIR}/dnsmasq.conf,
|
2006-07-19 05:15:48 -04:00
|
|
|
if it exists. (On
|
|
|
|
FreeBSD, the file is
|
|
|
|
.I /usr/local/etc/dnsmasq.conf
|
2009-06-14 13:07:25 -04:00
|
|
|
@@ -1239,7 +1238,7 @@ dnsmasq has been tested successfully with one million
|
2007-05-31 00:28:33 -04:00
|
|
|
file needs a 1GHz processor and about 60Mb of RAM.
|
2006-07-19 05:15:48 -04:00
|
|
|
|
|
|
|
.SH FILES
|
|
|
|
-.IR /etc/dnsmasq.conf
|
2008-06-05 15:38:39 -04:00
|
|
|
+.IR ${SYSCONFDIR}/dnsmasq.conf
|
2006-07-19 05:15:48 -04:00
|
|
|
|
|
|
|
.IR /usr/local/etc/dnsmasq.conf
|
|
|
|
|