X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=xenserver%2Fetc_init.d_vswitch-xapi-update;h=de9229670374f5199944902fc6e3e26dcf47b951;hb=e9fec732de89569a5fd51325dc9c60520d3e28a3;hp=ef9bb881222cb49344da753364d5344843849c57;hpb=df9fd4a52ebe447a7c2a4b2cfc4f4a4dd7f595af;p=sliver-openvswitch.git diff --git a/xenserver/etc_init.d_vswitch-xapi-update b/xenserver/etc_init.d_vswitch-xapi-update index ef9bb8812..de9229670 100755 --- a/xenserver/etc_init.d_vswitch-xapi-update +++ b/xenserver/etc_init.d_vswitch-xapi-update @@ -22,7 +22,6 @@ . /etc/init.d/functions test -e /etc/sysconfig/vswitch && . /etc/sysconfig/vswitch -: ${VSWITCH_BASE:=/root/vswitch} : ${VSWITCHD_CONF:=/etc/ovs-vswitchd.conf} : ${VSWITCHD_PIDFILE:=/var/run/ovs-vswitchd.pid} : ${VSWITCHD_PRIORITY:=-5} @@ -43,7 +42,7 @@ function do_host_call { function start { if [ ! -f /etc/xensource-inventory ]; then - printf "vxwitch-xapi-update ERROR: XenSource inventory not present in /etc/xensource-inventory\n" + printf "vswitch-xapi-update ERROR: XenSource inventory not present in /etc/xensource-inventory\n" exit 1 fi source /etc/xensource-inventory