summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-04-13 18:58:36 +0000
committerErmal <eri@pfsense.org>2012-04-13 19:13:33 +0000
commitd46c3acd20608169bc577c81806064499db3f946 (patch)
treed57b72ffdb84fc9a36a992ac0273f9b19cfa5ed4 /etc/inc/system.inc
parentab9526e619a948da1b4ab5f5c094e7204ecb4e94 (diff)
downloadpfsense-d46c3acd20608169bc577c81806064499db3f946.zip
pfsense-d46c3acd20608169bc577c81806064499db3f946.tar.gz
Enable verbosity to actually put something in the logs
Diffstat (limited to 'etc/inc/system.inc')
-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 d4603f2..d6a43fd 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1288,7 +1288,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 */
- exec("/usr/local/sbin/ntpd -s -f {$g['varetc_path']}/ntpd.conf");
+ exec("/usr/local/sbin/ntpd -v -s -f {$g['varetc_path']}/ntpd.conf");
// Note that we are starting up
log_error("OpenNTPD is starting up.");
OpenPOWER on IntegriCloud