ports/sysutils/ipmitool/files/patch-lib_helper.c
Olivier Cochard e60df8753f sysutils/ipmitool: Fix path run and argument parsing with ipmievd
PR:		281805
Approved by:	zi (maintainer)
Sponsored by:	Netflix
2024-10-02 16:28:55 +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>