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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32ae20b88e80c0a0fec574e429ddf43f359c6e39;p=openvswitch debian: Fix executable name of ovs-controller in init script --- diff --git a/debian/openvswitch-controller.init b/debian/openvswitch-controller.init index c5f8eb8f..3706ea98 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