- All agents: use grep -E/-F - Filesystem: dont report warnings when creating resource - storage-mon: fix daemon mode bug that caused delayed initial score Resolves: RHEL-72954, RHEL-75574, RHEL-76007, RHEL-76037
22 lines
668 B
Diff
22 lines
668 B
Diff
From 990d37a7209774f91b73ec9cc06e936a96db0f70 Mon Sep 17 00:00:00 2001
|
|
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
|
|
Date: Thu, 23 Jan 2025 16:04:39 +0100
|
|
Subject: [PATCH] ocf-binaries: add FGREP
|
|
|
|
---
|
|
heartbeat/ocf-binaries.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/heartbeat/ocf-binaries.in b/heartbeat/ocf-binaries.in
|
|
index e9bf95fc28..e11ae1d6fb 100644
|
|
--- a/heartbeat/ocf-binaries.in
|
|
+++ b/heartbeat/ocf-binaries.in
|
|
@@ -9,6 +9,7 @@ export PATH
|
|
# Binaries and binary options for use in Resource Agents
|
|
: ${AWK:=@AWK@}
|
|
: ${EGREP:="@EGREP@"}
|
|
+: ${FGREP:="@FGREP@"}
|
|
: ${IFCONFIG_A_OPT:="@IFCONFIG_A_OPT@"}
|
|
: ${MAILCMD:=@MAILCMD@}
|
|
: ${PING:=@PING@}
|