mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Cluster Glue is a set of libraries, tools and utilities suitable for the Heartbeat/Pacemaker cluster stack.
13 lines
340 B
C
13 lines
340 B
C
--- logd/ha_logd.c.orig 2014-10-16 17:24:17 UTC
|
|
+++ logd/ha_logd.c
|
|
@@ -59,8 +59,8 @@
|
|
|
|
|
|
|
|
-#define DEFAULT_CFG_FILE HA_SYSCONFDIR "/logd.cf"
|
|
-#define LOGD_PIDFILE HA_VARRUNDIR "/logd.pid"
|
|
+#define DEFAULT_CFG_FILE HA_SYSCONFDIR "/ha_logd.cf"
|
|
+#define LOGD_PIDFILE HA_VARRUNDIR "/ha_logd.pid"
|
|
|
|
#define FD_STDIN 0
|
|
#define FD_STDOUT 1
|