diff options
Diffstat (limited to 'etc/rc.ntpdate')
-rwxr-xr-x | etc/rc.ntpdate | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.ntpdate b/etc/rc.ntpdate index 10df982..4d64577 100755 --- a/etc/rc.ntpdate +++ b/etc/rc.ntpdate @@ -32,6 +32,8 @@ /* parse the configuration and include all functions used below */ require_once("config.inc"); require_once("functions.inc"); + require_once("filter.inc"); + require_once("shaper.inc"); system_ntp_configure(); ?> |