From cd117bef7e4055f7f34add071629d2bd54b89363 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Fri, 17 Jul 2009 22:03:36 +0000 Subject: [PATCH] save ntpdate time to hardware clock --- initscripts/pl_sysinit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/initscripts/pl_sysinit b/initscripts/pl_sysinit index 5cff15d..136c254 100755 --- a/initscripts/pl_sysinit +++ b/initscripts/pl_sysinit @@ -147,3 +147,5 @@ echo $(date "+%H:%M:%S") "pl_sysinit: bringing network online" echo "" echo $(date "+%H:%M:%S") "pl_sysinit: attempting to sync clock" /usr/sbin/ntpdate -b -t 10 -u pool.ntp.org +# save ntp clock to hardware +/sbin/hwclock --systohc --utc -- 2.43.0