ovs-monitor: Put run files in "/var/run/openvswitch"
authorJustin Pettit <jpettit@nicira.com>
Mon, 29 Mar 2010 23:27:07 +0000 (16:27 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 1 Apr 2010 02:36:00 +0000 (19:36 -0700)
utilities/ovs-monitor

index 40ad64b..9df05f0 100755 (executable)
@@ -16,9 +16,9 @@
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
-OPENFLOWD_PID=/var/run/ovs-openflowd.pid
-OPENFLOWD_SOCK=/var/run/ovs-openflowd.mgmt
-LOG_FILE=/var/log/openflow/monitor
+OPENFLOWD_PID=/var/run/openvswitch/ovs-openflowd.pid
+OPENFLOWD_SOCK=/var/run/openvswitch/ovs-openflowd.mgmt
+LOG_FILE=/var/log/openvswitch/ovs-monitor.log
 INTERVAL=1
 FAIL_THRESH=3