aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2019-11-22 14:03:53 +0800
committerKhem Raj <raj.khem@gmail.com>2019-11-22 09:22:56 -0800
commit941bbb552634ff5e0df98a2101cf3ff46573eb12 (patch)
tree396cc1cb0015b670835e144aa1ffc1048897aa95
parenta80b49586411b7bafad4b094f6d83b6e28819d0d (diff)
downloadmeta-openembedded-contrib-941bbb552634ff5e0df98a2101cf3ff46573eb12.tar.gz
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>
-rwxr-xr-xmeta-networking/recipes-support/dnsmasq/files/dnsmasq.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf b/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf
index 9e5ab9f81b..2897b90300 100755
--- a/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf
+++ b/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf
@@ -2,7 +2,7 @@
#
# Format is one option per line, legal options are the same
# 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
# (53). Setting this to zero completely disables DNS function,