OSDN Git Service

Make natural expression for lxcf-start
authorYasunori Goto <y-goto@jp.fujitsu.com>
Thu, 10 Apr 2014 02:23:15 +0000 (11:23 +0900)
committerniwa-hideyuki <niwa.hideyuki@jp.fujitsu.com>
Thu, 10 Apr 2014 05:30:51 +0000 (14:30 +0900)
Hi,

I suppose that "is being start" is not natural expression a bit.
So, I would like to make it more natural.

Signed-off-by: Yasunori Goto <y-goto@jp.fujitsu.com>
lxcf/lib/lxcf-start

index f810899..d04ad10 100755 (executable)
@@ -47,7 +47,7 @@ lxcf_start1() {
   # update xml file
   /usr/bin/virsh -c lxc:/// dumpxml ${LXCNAME}> /opt/lxcf/${LXCNAME}/etc/lxcf/rsc/${LXCNAME}/${LXCNAME}.xml
 
-  echo $LXCNAME "is being start"
+  echo $LXCNAME "is starting"
 
   /usr/bin/virsh -c lxc:/// start ${LXCNAME} >& /dev/null
 }