From 32ae20b88e80c0a0fec574e429ddf43f359c6e39 Mon Sep 17 00:00:00 2001
From: Justin Pettit <jpettit@nicira.com>
Date: Mon, 29 Mar 2010 15:21:48 -0700
Subject: [PATCH] debian: Fix executable name of ovs-controller in init script

---
 debian/openvswitch-controller.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.47.0