From e6687b0ea6b3e2b10a4f6f25ec2ba232f74954d9 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 20 Sep 2011 09:38:33 -0700 Subject: [PATCH] debian: Correct path to ovs-controller in init script. Reported-by: George Shuklin Bug-report: http://bugs.debian.org/642206 --- AUTHORS | 1 + debian/openvswitch-controller.init | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index da8210f1b..c7d56fdff 100644 --- a/AUTHORS +++ b/AUTHORS @@ -62,6 +62,7 @@ Dave Walker DaveWalker@ubuntu.com Derek Cormier derek.cormier@lab.ntt.co.jp DK Moon dkmoon@nicira.com Gaetano Catalli gaetano.catalli@gmail.com +George Shuklin amarao@desunote.ru Ghanem Bahri bahri.ghanem@gmail.com Giuseppe de Candia giuseppe.decandia@gmail.com Gordon Good ggood@nicira.com diff --git a/debian/openvswitch-controller.init b/debian/openvswitch-controller.init index 1638f1495..a5403b843 100755 --- a/debian/openvswitch-controller.init +++ b/debian/openvswitch-controller.init @@ -31,7 +31,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin -DAEMON=/usr/sbin/ovs-controller # Introduce the server's location here +DAEMON=/usr/bin/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.43.0