]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Fix typo in unbound initscript
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 15 Aug 2018 10:25:38 +0000 (11:25 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 15 Aug 2018 10:51:53 +0000 (11:51 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/system/unbound

index 9b6d32207964efbcc78d81460628f42daccd7c22..cc46c33c9425cc85d95b1d7412a9db3e146fea4b 100644 (file)
@@ -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