ovs-bugtool: Use RUNDIR macro for ovs-appctl target.
authorJustin Pettit <jpettit@nicira.com>
Fri, 23 Sep 2011 22:30:55 +0000 (15:30 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 23 Sep 2011 22:42:07 +0000 (15:42 -0700)
commit8eb5896229f4ec5523ccd549f7b3089d0ae1af96
tree7e4615767db01cedb34eaaf89540ee8c8ebedad8
parent10c88ad74da016a233fd61d1d808f4f04fde951a
ovs-bugtool: Use RUNDIR macro for ovs-appctl target.

Correct the target path used by ovs-appctl.  The previous value was
hard-coded to "/var/run", but the common path is actually
"/var/run/openvswitch".  However, it's better to use RUNDIR, since the
default location is build-time configurable.
utilities/bugtool/ovs-bugtool.in