From 14da7677360b6bdcf80885d280b4f2e796ce14ff Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 4 Jun 2008 19:48:58 +0000 Subject: [PATCH] Add chkconfig defect 1975557 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1587 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/setupntp | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT/postscripts/setupntp b/xCAT/postscripts/setupntp index 56dacd005..f772b0f15 100755 --- a/xCAT/postscripts/setupntp +++ b/xCAT/postscripts/setupntp @@ -63,4 +63,5 @@ if [ "$?" != "0" ] fi service ntpd start +chkconfig --level 345 ntpd on exit $?