From fdcc1b82fcd4dbcec20493639831f18c6b96030e 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(+) (limited to 'etc') diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 7148c1c..f47596a 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -1113,6 +1113,7 @@ function system_ntp_configure($start_ntpd=true) { $ntpcfg = "# \n"; $ntpcfg .= "# pfSense ntp configuration file \n"; $ntpcfg .= "# \n\n"; + $ntpcfg .= "tinker panic 0 \n"; /* foreach through servers and write out to ntpd.conf */ foreach (explode(' ', $config['system']['timeservers']) as $ts) -- cgit v1.1