opnsense-ports/sysutils/ipmitool/files/patch-lib_helper.c
Franco Fichtner 896620f5c7 sysutils/ipmitool: sync with upstream
Taken from: FreeBSD
2024-10-07 20:27:06 +02:00

11 lines
228 B
C

--- 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>