From: Justin Pettit Date: Mon, 29 Mar 2010 22:21:48 +0000 (-0700) Subject: debian: Fix executable name of ovs-controller in init script X-Git-Tag: v1.0.0~206 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=32ae20b88e80c0a0fec574e429ddf43f359c6e39;p=sliver-openvswitch.git debian: Fix executable name of ovs-controller in init script --- diff --git a/debian/openvswitch-controller.init b/debian/openvswitch-controller.init index c5f8eb8fb..3706ea98e 100755 --- a/debian/openvswitch-controller.init +++ b/debian/openvswitch-controller.init @@ -30,7 +30,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin -DAEMON=/usr/sbin/controller # Introduce the server's location here +DAEMON=/usr/sbin/ovs-controller # Introduce the server's location here NAME=ovs-controller # Introduce the short server's name here DESC=ovs-controller # Introduce a short description here LOGDIR=/var/log/openvswitch # Log directory to use