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:41:06 +0000 (15:41 -0700)
commitcdc5f488517d7f012df6ff01e70a58af3db332a6
treeedbefcc668ef1d3bf97d7c8cfd13ecc596687ab2
parent17411ecf2b4d02cfced5f69e567c17673d7d4462
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