From 6dd853fc65fc03d19e6e2b8f14814d2ca2b2fd1c Mon Sep 17 00:00:00 2001 From: yinle Date: Fri, 25 Oct 2013 05:05:38 -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"