summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-03-13 15:15:24 -0400
committerjim-p <jimp@pfsense.org>2012-03-13 15:15:24 -0400
commit93606e5737681629c0d86f6cf3a3422397a3b85f (patch)
treeb12a13670714f084befe1dee7dcd2f97fa13d794
parent9281c9c66c4a5d64e6fda459ce89f18bc8fc27db (diff)
downloadpfsense-93606e5737681629c0d86f6cf3a3422397a3b85f.zip
pfsense-93606e5737681629c0d86f6cf3a3422397a3b85f.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 9281c9c66c4a5d64e6fda459ce89f18bc8fc27db.
-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 81f1fb7..2be5f48 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1161,7 +1161,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