blob: 4accc69a3da1e34851c25151fcc6b524254bfda5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/helper.c.orig 2022-09-01 18:42:31 UTC
+++ lib/helper.c
@@ -54,7 +54,7 @@
#ifdef HAVE_PATHS_H
# include <paths.h>
#else
-# define _PATH_RUN "/run/"
+# define _PATH_RUN "/var/run/"
#endif
#include <ipmitool/ipmi.h>
|