add autostart for setupntp on AIX

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6308 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2010-06-02 08:36:52 +00:00
parent 747bd7ecb1
commit f7a46424bf

View File

@ -108,6 +108,6 @@ restrict 127.0.0.1" >>$conf_file
echo " ntpdate -t5 $master failed "
logger -t xcat "ntpdate -t5 $master failed"
fi
startsrc -s xntpd
/usr/sbin/chrctcp -S -a xntpd
fi
exit $?