debian: Correct path to ovs-controller in init script.
authorBen Pfaff <blp@nicira.com>
Tue, 20 Sep 2011 16:38:33 +0000 (09:38 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 20 Sep 2011 18:00:12 +0000 (11:00 -0700)
Reported-by: George Shuklin <amarao@desunote.ru>
Bug-report: http://bugs.debian.org/642206

AUTHORS
debian/openvswitch-controller.init

diff --git a/AUTHORS b/AUTHORS
index 8f4237a..c56c3c1 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -60,6 +60,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
 Gregor Schaffrath       grsch@net.t-labs.tu-berlin.de
index 1638f14..a5403b8 100755 (executable)
@@ -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