Make installation directories overridable at runtime.
authorBen Pfaff <blp@nicira.com>
Mon, 29 Nov 2010 20:28:26 +0000 (12:28 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 30 Nov 2010 00:29:11 +0000 (16:29 -0800)
commitb43c6fe279a5630dfbc0273e06bd1e8ca530ba35
tree0b3ccc94c79b5058006a0deb88e322364fd4232b
parent614c4892032f424efa5f0ec404b2d499acad254d
Make installation directories overridable at runtime.

This makes it possible to run tests that need access to installation
directories, such as the rundir, without having access to the actual
installation directories (/var/run is generally not world-writable), by
setting environment variables.  This is not a good way to do things in
general--usually it would be better to choose the correct directories
at configure time--so for now this is undocumented.
16 files changed:
lib/automake.mk
lib/daemon.c
lib/dirs.c.in [new file with mode: 0644]
lib/dirs.h
lib/unixctl.c
lib/vlog.c
python/ovs/automake.mk
python/ovs/dirs.py
utilities/ovs-appctl.c
utilities/ovs-discover.c
utilities/ovs-ofctl.c
utilities/ovs-openflowd.c
utilities/ovs-vsctl.c
vswitchd/bridge.c
vswitchd/ovs-brcompatd.c
vswitchd/system-stats.c