update to set CORE_STATE_DIR to /var
This commit is contained in:
parent
5629ea0245
commit
5403b10cef
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ CORE_LIB_DIR="\${prefix}/lib/core"
|
||||||
CORE_CONF_DIR="/etc/core"
|
CORE_CONF_DIR="/etc/core"
|
||||||
CORE_DATA_DIR="\${datarootdir}/core"
|
CORE_DATA_DIR="\${datarootdir}/core"
|
||||||
# TODO: verify there is need to hard set /var
|
# TODO: verify there is need to hard set /var
|
||||||
CORE_STATE_DIR="\${localstatedir}"
|
CORE_STATE_DIR="/var"
|
||||||
|
|
||||||
AC_SUBST(PACKAGE_DATE)
|
AC_SUBST(PACKAGE_DATE)
|
||||||
AC_SUBST(PACKAGE_MAINTAINERS)
|
AC_SUBST(PACKAGE_MAINTAINERS)
|
||||||
|
|
|
@ -11,7 +11,7 @@ SYSCTL_BIN = "@sysctl_path@/sysctl"
|
||||||
IP_BIN = "@ip_path@/ip"
|
IP_BIN = "@ip_path@/ip"
|
||||||
TC_BIN = "@tc_path@/tc"
|
TC_BIN = "@tc_path@/tc"
|
||||||
EBTABLES_BIN = "@ebtables_path@/ebtables"
|
EBTABLES_BIN = "@ebtables_path@/ebtables"
|
||||||
QUAGGA_STATE_DIR = "/var/run/quagga"
|
QUAGGA_STATE_DIR = "@CORE_STATE_DIR@/run/quagga"
|
||||||
MOUNT_BIN = "@mount_path@/mount"
|
MOUNT_BIN = "@mount_path@/mount"
|
||||||
UMOUNT_BIN = "@umount_path@/umount"
|
UMOUNT_BIN = "@umount_path@/umount"
|
||||||
OVS_BIN = "@ovs_vs_path@/ovs-vsctl"
|
OVS_BIN = "@ovs_vs_path@/ovs-vsctl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue