Updated Branches:
  refs/heads/4.0 48e7eadb8 -> a5723992a

CLOUDSTACK-512: add space before


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/cf47a721
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/cf47a721
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/cf47a721

Branch: refs/heads/4.0
Commit: cf47a72142ad2458d292ec8d16017d0722049fb4
Parents: 48e7ead
Author: Wei Zhou <w.z...@leaseweb.com>
Authored: Mon May 27 21:29:01 2013 +0200
Committer: Wei Zhou <w.z...@leaseweb.com>
Committed: Mon May 27 21:29:01 2013 +0200

----------------------------------------------------------------------
 patches/systemvm/debian/config/root/edithosts.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/cf47a721/patches/systemvm/debian/config/root/edithosts.sh
----------------------------------------------------------------------
diff --git a/patches/systemvm/debian/config/root/edithosts.sh 
b/patches/systemvm/debian/config/root/edithosts.sh
index b71089d..5481ea4 100755
--- a/patches/systemvm/debian/config/root/edithosts.sh
+++ b/patches/systemvm/debian/config/root/edithosts.sh
@@ -88,7 +88,7 @@ echo "0 $mac $ip $host *" >> $DHCP_LEASES
 
 #edit hosts file as well
 sed -i  /"$ip "/d $HOSTS
-sed -i  /"$host "/d $HOSTS
+sed -i  /" $host "/d $HOSTS
 echo "$ip $host " >> $HOSTS
 
 if [ "$dflt" != "" ]

Reply via email to