diff options
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index b9d79c5..0571299 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -234,7 +234,9 @@ services_proxyarp_configure(); /* start the NTP client */ + echo "Starting OpenNTP time client..."; system_ntp_configure(); + echo "done.\n"; /* setup pppoe and pptp */ vpn_setup(); |