From 652cf082209f04b805d0d823fe30a006c2996643 Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Tue, 20 Feb 2007 08:08:04 +0000 Subject: force a time sync early in the boot before we start any services. This especially important for dhcp when used in failover. Let NTPd keep the time in sync. --- etc/rc.bootup | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'etc/rc.bootup') diff --git a/etc/rc.bootup b/etc/rc.bootup index 1c251d5..3a02f57 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -140,6 +140,9 @@ /* generate resolv.conf */ system_resolvconf_generate(); + /* Sync the system time at boot before service startup */ + sync_system_time(); + /* configure loopback interface */ interfaces_loopback_configure(); @@ -312,4 +315,4 @@ unlink("{$g['varrun_path']}/booting"); $g['booting'] = FALSE; -?> \ No newline at end of file +?> -- cgit v1.1