From 8199f2d3bf1569c651f76c3c6e273869716ca9ba Mon Sep 17 00:00:00 2001 From: Ashwinh Date: Mon, 1 Jul 2024 10:54:29 +0000 Subject: [PATCH] CP-49912: Moved scripts/mail-alarm to python3/libexec directory - Modified python3/Makefile to include these changes Signed-off-by: Ashwinh --- python3/Makefile | 2 ++ {scripts => python3/libexec}/mail-alarm | 0 scripts/Makefile | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) rename {scripts => python3/libexec}/mail-alarm (100%) diff --git a/python3/Makefile b/python3/Makefile index 8f34cb8e107..1d98e2223ba 100644 --- a/python3/Makefile +++ b/python3/Makefile @@ -22,6 +22,8 @@ install: $(IPROG) libexec/nbd_client_manager.py $(DESTDIR)$(LIBEXECDIR) $(IPROG) libexec/probe-device-for-file $(DESTDIR)$(LIBEXECDIR) $(IPROG) libexec/print-custom-templates $(DESTDIR)$(LIBEXECDIR) + $(IPROG) libexec/mail-alarm $(DESTDIR)$(LIBEXECDIR) + $(IPROG) bin/hfx_filename $(DESTDIR)$(OPTDIR)/bin $(IPROG) bin/perfmon $(DESTDIR)$(OPTDIR)/bin diff --git a/scripts/mail-alarm b/python3/libexec/mail-alarm similarity index 100% rename from scripts/mail-alarm rename to python3/libexec/mail-alarm diff --git a/scripts/Makefile b/scripts/Makefile index 705b161158a..88d71c98227 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -42,7 +42,6 @@ install: $(IPROG) fence $(DESTDIR)$(LIBEXECDIR) $(IPROG) xha-lc $(DESTDIR)$(LIBEXECDIR) $(IPROG) xapi-health-check $(DESTDIR)$(LIBEXECDIR) - $(IPROG) mail-alarm $(DESTDIR)$(LIBEXECDIR) $(IDATA) audit-logrotate $(DESTDIR)/etc/logrotate.d/audit $(IDATA) xapi-logrotate.conf $(DESTDIR)/etc/logrotate.d/xapi $(IPROG) xapi-tracing-log-trim.sh $(DESTDIR)$(LIBEXECDIR)