aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/patches/0037-Small-error-message-tweak-for-clarity.patch
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2019-03-09 08:40:57 +0000
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2019-07-25 12:23:46 +0100
commite9eec39aacde450ba87598d85987b374ce6aed95 (patch)
tree3823546edc4d7228951ea9e37f55f6fea3f06833 /package/network/services/dnsmasq/patches/0037-Small-error-message-tweak-for-clarity.patch
parent7d684b7673a7cb4f3fef366dd4f621f62fc4019c (diff)
downloadupstream-e9eec39aacde450ba87598d85987b374ce6aed95.tar.gz
upstream-e9eec39aacde450ba87598d85987b374ce6aed95.tar.bz2
upstream-e9eec39aacde450ba87598d85987b374ce6aed95.zip
dnsmasq: backport latest patches
Backport upstream patches pre 2.81rc for testing purposes. Let's see what falls out! Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network/services/dnsmasq/patches/0037-Small-error-message-tweak-for-clarity.patch')
-rw-r--r--package/network/services/dnsmasq/patches/0037-Small-error-message-tweak-for-clarity.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/package/network/services/dnsmasq/patches/0037-Small-error-message-tweak-for-clarity.patch b/package/network/services/dnsmasq/patches/0037-Small-error-message-tweak-for-clarity.patch
new file mode 100644
index 0000000000..1f85220ac5
--- /dev/null
+++ b/package/network/services/dnsmasq/patches/0037-Small-error-message-tweak-for-clarity.patch
@@ -0,0 +1,21 @@
+From 8bd28a87a241cbdfafd56d1c952656bde53dfa7b Mon Sep 17 00:00:00 2001
+From: Simon Kelley <simon@thekelleys.org.uk>
+Date: Fri, 1 Mar 2019 15:00:12 +0000
+Subject: [PATCH 37/57] Small error-message tweak, for clarity.
+
+Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
+---
+ src/network.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/src/network.c
++++ b/src/network.c
+@@ -1535,7 +1535,7 @@ void check_servers(void)
+ {
+ count--;
+ if (++locals <= LOCALS_LOGGED)
+- my_syslog(LOG_INFO, _("using local addresses only for %s %s"), s1, s2);
++ my_syslog(LOG_INFO, _("using only locally-known addresses for %s %s"), s1, s2);
+ }
+ else if (serv->flags & SERV_USE_RESOLV)
+ my_syslog(LOG_INFO, _("using standard nameservers for %s %s"), s1, s2);