diff --git a/xCAT/postscripts/xcatpostinit1 b/xCAT/postscripts/xcatpostinit1 index 2af370840..b9f1b1002 100755 --- a/xCAT/postscripts/xcatpostinit1 +++ b/xCAT/postscripts/xcatpostinit1 @@ -1,6 +1,6 @@ #!/bin/bash # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html -# This script is deprecated, please use xcatpostinit1.install instead +# This script is deprecated, please use xcatpostinit1.install instead # chkconfig: 345 84 59 # description: service node postboot script hack # processname: xcatpostinit @@ -33,7 +33,7 @@ stop) echo -n "nothing to stop " ;; start) - # check for the REBOOT specified in xcatinfo to run post boot scripts on reboot + # check for the REBOOT specified in xcatinfo to run post boot scripts on reboot if [ -f /opt/xcat/xcatinfo ]; then REBOOT=`grep 'REBOOT' /opt/xcat/xcatinfo |cut -d= -f2` fi