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

@@ -54,7 +54,7 @@
#ifdef HAVE_PATHS_H
# include <paths.h>
#else
# define _PATH_VARRUN "/var/run/"
# define _PATH_RUN "/run/"
#endif
#include <ipmitool/ipmi.h>