From 362c9bb03f1d321e00d78d7b89b9c7ccc628b4cd Mon Sep 17 00:00:00 2001 From: jim-p Date: Sun, 23 Sep 2012 19:21:00 -0400 Subject: Don't die silently if the time is too far off. Fix from: dhatz --- etc/inc/system.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 0f3d263..6bf32f3 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -1287,6 +1287,7 @@ function system_ntp_configure($start_ntpd=true) { $ntpcfg = "# \n"; $ntpcfg .= "# pfSense ntp configuration file \n"; $ntpcfg .= "# \n\n"; + $ntpcfg .= "tinker panic 0 \n"; if (!empty($config['ntpd']['gpsport']) && file_exists('/dev/'.$config['ntpd']['gpsport']) -- cgit v1.1