debian: Fix executable name of ovs-controller in init script
authorJustin Pettit <jpettit@nicira.com>
Mon, 29 Mar 2010 22:21:48 +0000 (15:21 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 1 Apr 2010 02:35:59 +0000 (19:35 -0700)
debian/openvswitch-controller.init

index c5f8eb8..3706ea9 100755 (executable)
@@ -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