2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-18 17:20:19 +00:00

update to avoid the spelling mistakes, and already run in ubuntu and sles.

This commit is contained in:
caomengmeng
2016-03-24 10:53:14 +08:00
parent 7cc2045e6e
commit 1bef1345a2

View File

@@ -7,9 +7,9 @@ check:output=~xCAT service is running
cmd:service xcatd stop
check:rc==0
cmd:sleep 3
cmd:service x(cat|CAT)d start
cmd:service xcatd start
check:rc==0
check:output=~Starting xCATd
check:output=~Starting x(cat|CAT)d
check:output=~[ OK ]
cmd:service xcatd status
check:rc==0
@@ -37,7 +37,7 @@ check:rc==0
check:output=~xCAT service is running
cmd:service xcatd stop
check:rc==0
check:output=~Stopping x(xcat|CAT)d
check:output=~Stopping x(cat|CAT)d
check:output=~[ OK ]
cmd:sleep 3
cmd:service xcatd status
@@ -76,7 +76,7 @@ cmd:XCATBYPASS=YES tabdump site
check:rc==0
cmd:service xcatd stop
check:rc==0
check:output=~Stopping xcatd
check:output=~Stopping x(cat|CAT)d
check:output=~[ OK ]
cmd:sleep 3
cmd:service xcatd status
@@ -87,7 +87,7 @@ cmd:XCATBYPASS=YES tabdump site
check:rc==0
cmd:service xcatd start
check:rc==0
check:output=~Starting xcatd
check:output=~Starting x(cat|CAT)d
check:output=~[ OK ]
cmd:service xcatd status
check:rc==0