From: Ian Campbell Date: Fri, 2 Oct 2009 18:08:34 +0000 (-0700) Subject: Correct whitespace in xenserver/etc_init.d_vswitch X-Git-Tag: v0.90.7~59 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=31118b510ebab50dd0cf05db1dd472f51e1af800;p=sliver-openvswitch.git Correct whitespace in xenserver/etc_init.d_vswitch --- diff --git a/xenserver/etc_init.d_vswitch b/xenserver/etc_init.d_vswitch index 249adeb07..6aca1cc72 100755 --- a/xenserver/etc_init.d_vswitch +++ b/xenserver/etc_init.d_vswitch @@ -270,11 +270,11 @@ function start { action "Creating empty $VSWITCHD_CONF" touch "$VSWITCHD_CONF" elif [ ! -e /var/run/vswitch.booted ]; then touch /var/run/vswitch.booted - /usr/bin/ovs-cfg-mod '-vANY:console:emer' -F "$VSWITCHD_CONF" \ - '--del-match=bridge.*' \ - '--del-match=port.*' \ - '--del-match=bonding.*' \ - '--del-match=iface.*' + /usr/bin/ovs-cfg-mod '-vANY:console:emer' -F "$VSWITCHD_CONF" \ + '--del-match=bridge.*' \ + '--del-match=port.*' \ + '--del-match=bonding.*' \ + '--del-match=iface.*' fi start_vswitchd