diff options
Diffstat (limited to 'net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am')
-rw-r--r-- | net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am b/net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am new file mode 100644 index 000000000000..60ea5c9c0da3 --- /dev/null +++ b/net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am @@ -0,0 +1,11 @@ +--- plugins-scripts/Makefile.am.orig 2017-12-16 17:32:11 UTC ++++ plugins-scripts/Makefile.am +@@ -20,7 +20,7 @@ WIN_MODULES=\ + Nagios/CheckLogfiles/Search/Wevtutil.pm + + +-SED=/bin/sed ++SED=/usr/bin/sed + GREP=/bin/grep + CAT=/bin/cat + ECHO=/bin/echo |