Fixed bugs 2998213 and 2998215.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6028 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
cjhardee 2010-05-07 15:56:03 +00:00
parent 5cd90ee53d
commit 5345102a21
4 changed files with 8 additions and 8 deletions

View File

@ -3,9 +3,9 @@
#
echo "post scripts" >/root/post.log
export PRINIC=#TABLEBLANKOKAY:noderes:THISNODE:primarynic#
if [ "$PRINIC" == "mac"]
if [ "$PRINIC" == "mac" ]
then
export PRINIC="#TABLE:mac:THISNODE:mac#"
export PRINIC='#TABLE:mac:THISNODE:mac#'
fi
if [ -z "$PRINIC" ]
then

View File

@ -3,9 +3,9 @@
#
echo "post scripts" >/root/post.log
export PRINIC=#TABLEBLANKOKAY:noderes:THISNODE:primarynic#
if [ "$PRINIC" == "mac"]
if [ "$PRINIC" == "mac" ]
then
export PRINIC="#TABLE:mac:THISNODE:mac#"
export PRINIC='#TABLE:mac:THISNODE:mac#'
fi
if [ -z "$PRINIC" ]
then

View File

@ -17,9 +17,9 @@ STARTMODE=onboot
EOF
export PRINIC=#TABLEBLANKOKAY:noderes:THISNODE:primarynic#
if [ "$PRINIC" == "mac"]
if [ "$PRINIC" == "mac" ]
then
export PRINIC="#TABLE:mac:THISNODE:mac#"
export PRINIC='#TABLE:mac:THISNODE:mac#'
fi
if [ -z "$PRINIC" ]
then

View File

@ -17,9 +17,9 @@ STARTMODE=onboot
EOF
export PRINIC=#TABLEBLANKOKAY:noderes:THISNODE:primarynic#
if [ "$PRINIC" == "mac"]
if [ "$PRINIC" == "mac" ]
then
export PRINIC="#TABLE:mac:THISNODE:mac#"
export PRINIC='#TABLE:mac:THISNODE:mac#'
fi
if [ -z "$PRINIC" ]
then