Add check in configeth to give message to AIX user.

This commit is contained in:
yinle 2013-10-28 06:28:45 -07:00
parent 428058af5a
commit 0c7e33c045

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"