diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-10-02 21:12:58 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-10-02 21:12:58 +0000 |
commit | 20b90e0ae919718fbe88e6f5cd974a1c59f1d08a (patch) | |
tree | 0369435e7b80f1059b3c236d46417ece5f8e318b /etc/rc.bootup | |
parent | bc95f193f7255ba13d57b0f9631774b7895c9a7e (diff) | |
download | pfsense-20b90e0ae919718fbe88e6f5cd974a1c59f1d08a.zip pfsense-20b90e0ae919718fbe88e6f5cd974a1c59f1d08a.tar.gz |
Switch to OpenNTPD.
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(); |