From b427092c6c9349997780013180bb50b52b8b1668 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 27 May 2008 13:33:14 +0000 Subject: [PATCH] Add ntpdate call and start of ntpd git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1493 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/setupntp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xCAT/postscripts/setupntp b/xCAT/postscripts/setupntp index cfa1ddb0e..4f607fc64 100755 --- a/xCAT/postscripts/setupntp +++ b/xCAT/postscripts/setupntp @@ -23,3 +23,7 @@ chown ntp /etc/ntp echo "driftfile /var/lib/ntp/drift restrict 127.0.0.1 authenticate no" >>$conf_file + +service ntpd stop +ntpdate $master +service ntpd start