From 990d37a7209774f91b73ec9cc06e936a96db0f70 Mon Sep 17 00:00:00 2001 From: Oyvind Albrigtsen 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@}