aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2010-03-29 15:21:48 -0700
committerJustin Pettit <jpettit@nicira.com>2010-03-31 19:35:59 -0700
commit32ae20b88e80c0a0fec574e429ddf43f359c6e39 (patch)
treec861a40e95f83aa7c1a519ff48f81dd9a1c460c2 /debian
parent2c0f11dc7e66e10257ef927574a99d5f888c774c (diff)
debian: Fix executable name of ovs-controller in init script
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/openvswitch-controller.init2
1 files changed, 1 insertions, 1 deletions
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