X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=src%2Finitscripts%2Fsystem%2Funbound;fp=src%2Finitscripts%2Fsystem%2Funbound;h=cc46c33c9425cc85d95b1d7412a9db3e146fea4b;hp=9b6d32207964efbcc78d81460628f42daccd7c22;hb=3eeff87fe62ebbdab3173704477d57dd5c9403ab;hpb=9ae73c309019c72557f6dad4699ed409c9d8910a 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