Line 0
Link Here
|
|
|
1 |
--- dnsmasq.8.orig Tue Jan 27 06:13:09 2004 |
2 |
+++ dnsmasq.8 Fri Jan 30 09:23:54 2004 |
3 |
@@ -132,7 +132,7 @@ |
4 |
.TP |
5 |
.B \-R, --no-resolv |
6 |
Don't read /etc/resolv.conf. Get upstream servers only from the command |
7 |
-line or /etc/dnsmasq.conf. |
8 |
+line or /usr/local/etc/dnsmasq.conf. |
9 |
.TP |
10 |
.B \-o, --strict-order |
11 |
By default, dnsmasq will send queries to any of the upstream servers |
12 |
@@ -307,10 +307,10 @@ |
13 |
Add the domain-suffix to simple names (without a period) in /etc/hosts |
14 |
in the same way as for DHCP-derived names. |
15 |
.SH CONFIG FILE |
16 |
-At startup, dnsmasq reads /etc/dnsmasq.conf, if it exists. The format of this |
17 |
+At startup, dnsmasq reads /usr/local/etc/dnsmasq.conf, if it exists. The format of this |
18 |
file consists of one option per line, exactly as the long options detailed |
19 |
in the OPTIONS section but without the leading "--". Lines starting with # are comments and ignored. For |
20 |
-options which may only be specified once, /etc/dnsmasq.conf overrides |
21 |
+options which may only be specified once, /usr/local/etc/dnsmasq.conf overrides |
22 |
the command line. Use the --conf-file option to specify a different |
23 |
configuration file. |
24 |
.SH NOTES |
25 |
@@ -320,7 +320,7 @@ |
26 |
.B |
27 |
--no-poll |
28 |
is set SIGHUP also re-reads /etc/resolv.conf. SIGHUP |
29 |
-does NOT re-read /etc/dnsmasq.conf. |
30 |
+does NOT re-read /usr/local/etc/dnsmasq.conf. |
31 |
.PP |
32 |
When it receives a SIGUSR1, |
33 |
.B dnsmasq |
34 |
@@ -365,7 +365,7 @@ |
35 |
last, giving automatic switching between DNS servers. |
36 |
.PP |
37 |
Upstream servers may also be specified on the command line or in |
38 |
-/etc/dnsmasq.conf. These server specifications optionally take a |
39 |
+/usr/local/etc/dnsmasq.conf. These server specifications optionally take a |
40 |
domain name which tells dnsmasq to use that server only to find names |
41 |
in that particular domain. |
42 |
.PP |
43 |
@@ -382,7 +382,7 @@ |
44 |
option. This second technique allows for dynamic update of the server |
45 |
addresses by PPP or DHCP. |
46 |
.SH FILES |
47 |
-.IR /etc/dnsmasq.conf |
48 |
+.IR /usr/local/etc/dnsmasq.conf |
49 |
|
50 |
.IR /etc/resolv.conf |
51 |
|