mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
ntpd: array() required for new-style functions
This commit is contained in:
parent
4a7ff2456f
commit
d539e535ed
@ -66,9 +66,9 @@ function ntpd_syslog()
|
||||
function ntpd_configure()
|
||||
{
|
||||
return array(
|
||||
'bootup' => 'ntpd_configure_defer',
|
||||
'interface' => 'ntpd_configure_defer',
|
||||
'local' => 'ntpd_configure_start',
|
||||
'bootup' => array('ntpd_configure_defer'),
|
||||
'interface' => array('ntpd_configure_defer'),
|
||||
'local' => array('ntpd_configure_start'),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user