f8e73087f5316bdf89075824fc7ecd3f859bcffc
[openvswitch] / ovs / dirs.py
1 # These are the default directories.  They will be replaced by the
2 # configured directories at install time.
3
4 PKGDATADIR = "/usr/local/share/openvswitch"
5 RUNDIR = "/var/run"
6 LOGDIR = "/usr/local/var/log"
7 BINDIR = "/usr/local/bin"