improve message

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2187 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-09-17 11:58:29 +00:00
parent d7575664f5
commit 129fb2d6f7

View File

@ -37,7 +37,7 @@ my $rc = 0;
my $cmd = basename($0);
if (!(xCAT::Utils->isAIX()))
{ # only runs on AIX
xCAT::MsgUtils->message("E", "This command should only be run on AIX.\n");
xCAT::MsgUtils->message("E", "This command should only be run on AIX.\nRun service xcatd [start|stop|restart] on Linux.\n ");
exit 1;
}