From 0c7e33c045569bc5a08abc5f34fa4ff110a7fac0 Mon Sep 17 00:00:00 2001 From: yinle Date: Mon, 28 Oct 2013 06:28:45 -0700 Subject: [PATCH] Add check in configeth to give message to AIX user. --- xCAT/postscripts/configeth | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xCAT/postscripts/configeth b/xCAT/postscripts/configeth index 356dbb872..d66ec3d15 100755 --- a/xCAT/postscripts/configeth +++ b/xCAT/postscripts/configeth @@ -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"