dnsmasq.conf: fix dnsmasq path

we install dnsmasq under /usr/bin by default, correct
the path in comments.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Changqing Li
2019-11-22 14:03:53 +08:00
committed by Khem Raj
parent a80b495864
commit 941bbb5526
@@ -2,7 +2,7 @@
# #
# Format is one option per line, legal options are the same # Format is one option per line, legal options are the same
# as the long options legal on the command line. See # as the long options legal on the command line. See
# "/usr/sbin/dnsmasq --help" or "man 8 dnsmasq" for details. # "/usr/bin/dnsmasq --help" or "man 8 dnsmasq" for details.
# Listen on this specific port instead of the standard DNS port # Listen on this specific port instead of the standard DNS port
# (53). Setting this to zero completely disables DNS function, # (53). Setting this to zero completely disables DNS function,