Use /run instead of /var/run

In FHS 3.0, /var/run is replaced by /run:

https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch05s13.html
This commit is contained in:
Thomas Renninger
2021-04-27 20:45:50 +02:00
committed by Alexander Amelkin
parent cd57365fc4
commit cdac4e07f7
7 changed files with 12 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ TRAPD_BMC_CONF="${SNMPD_BMC_CONF_DIR}/snmptrapd.local.conf"
TRAPD_CONF="/etc/snmp/snmptrapd.conf"
LOCKFILE="/var/lock/subsys/bmc-snmp-proxy"
BMC_INFO="/var/run/bmc-info"
BMC_INFO="/run/bmc-info"
IPMITOOL=`which ipmitool`