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
This commit is contained in:
lissav 2008-05-27 13:33:14 +00:00
parent 3c5d9dfa0b
commit b427092c6c

View File

@ -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