From 9c57f387a255ff8a0772d735b4a0431aa48f168f Mon Sep 17 00:00:00 2001 From: Ermal Date: Fri, 13 Apr 2012 18:58:36 +0000 Subject: Enable verbosity to actually put something in the logs --- etc/inc/system.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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."); -- cgit v1.1