]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/initscripts/system/unbound
Fix typo in unbound initscript
[ipfire-2.x.git] / src / initscripts / system / unbound
index dcb9653ee11b8cddcb752ae07ad92f7747065266..cc46c33c9425cc85d95b1d7412a9db3e146fea4b 100644 (file)
@@ -214,16 +214,16 @@ write_forward_conf() {
                        case "${zone}" in
                                *.in-addr.arpa)
                                        echo "stub-zone:"
-                                       echo "  name: ${zone}."
+                                       echo "  name: ${zone}"
                                        echo "  stub-addr: ${server}"
                                        echo
                                        echo "server:"
-                                       echo "  local-zone: \"${zone}.\" transparent"
+                                       echo "  local-zone: \"${zone}\" transparent"
                                        echo
                                        ;;
                                *)
                                        echo "forward-zone:"
-                                       echo "  name: ${zone}."
+                                       echo "  name: ${zone}"
                                        echo "  forward-addr: ${server}"
                                        echo
                                        ;;
@@ -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