Add check in configeth to give message to AIX user.

This commit is contained in:
yinle 2013-10-25 05:05:38 -07:00
parent 59ba6304fd
commit 6dd853fc65

View File

@ -314,6 +314,10 @@ if [ "$str_os_type" = "linux" ];then
str_os_type="redhat"
str_cfg_dir="/etc/sysconfig/network-scripts/"
fi
else
echo "configeth dose not support AIX in this build"
exit 0
fi
logger -t xcat -p local4.err "configeth: os type: $str_os_type"