From 3eeff87fe62ebbdab3173704477d57dd5c9403ab Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 15 Aug 2018 11:25:38 +0100 Subject: [PATCH] Fix typo in unbound initscript Signed-off-by: Michael Tremer --- src/initscripts/system/unbound | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index 9b6d322079..cc46c33c94 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -479,7 +479,7 @@ fix_time_if_dns_fail() { if [ -e /var/ipfire/red/active ]; then host 0.ipfire.pool.ntp.org > /dev/null 2>&1 if [ "${?}" != "0" ]; then - boot_mesg "DNS still not work ... init time with ntp.ipfire.org at 81.3.27.46 ..." + boot_mesg "DNS still not functioning... Trying to sync time with ntp.ipfire.org (81.3.27.46)..." loadproc /usr/local/bin/settime 81.3.27.46 fi fi -- 2.39.2