mirror of
https://github.com/openvswitch/ovs
synced 2025-10-25 15:07:05 +00:00
debian: Correct path to ovs-controller in init script.
Reported-by: George Shuklin <amarao@desunote.ru> Bug-report: http://bugs.debian.org/642206
This commit is contained in:
1
AUTHORS
1
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
|
||||
|
||||
2
debian/openvswitch-controller.init
vendored
2
debian/openvswitch-controller.init
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user