summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-03-13 15:16:12 -0400
committerjim-p <jimp@pfsense.org>2012-03-13 15:16:12 -0400
commit4a8c0780d20673b58d0447026c83c711f3864916 (patch)
treeadbf9cf79e92bf9662c7fda814873b79fe3ab97b /etc
parent89d291ec25c12ed5744c63679270d1a13b5c6b3a (diff)
downloadpfsense-4a8c0780d20673b58d0447026c83c711f3864916.zip
pfsense-4a8c0780d20673b58d0447026c83c711f3864916.tar.gz
Ermal says the new openntpd binary fixes this instead -- Revert "Start ntpd in the background since we don't need to care about its return data. Speeds up GUI with broken DNS."
This reverts commit 89d291ec25c12ed5744c63679270d1a13b5c6b3a.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 2a616dd..f01d674 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1267,7 +1267,7 @@ function system_ntp_configure() {
exec("/bin/mkdir -p /var/empty && chmod ug+rw /var/empty/.");
/* start opentpd, set time now and use /var/etc/ntpd.conf */
- mwexec_bg("/usr/local/sbin/ntpd -s -f {$g['varetc_path']}/ntpd.conf");
+ exec("/usr/local/sbin/ntpd -s -f {$g['varetc_path']}/ntpd.conf");
// Note that we are starting up
log_error("OpenNTPD is starting up.");
OpenPOWER on IntegriCloud