summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-04-13 18:58:36 +0000
committerErmal <eri@pfsense.org>2012-04-13 18:58:36 +0000
commit9c57f387a255ff8a0772d735b4a0431aa48f168f (patch)
tree646568057f31fc1bc83c8371741a94cfaafd4a3a /etc
parentf9519c0ef5ea3ec9f40fc1a8aa407163ae3111f4 (diff)
downloadpfsense-9c57f387a255ff8a0772d735b4a0431aa48f168f.zip
pfsense-9c57f387a255ff8a0772d735b4a0431aa48f168f.tar.gz
Enable verbosity to actually put something in the logs
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 d6a2790..2d4fd12 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1162,7 +1162,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