diff --git a/sw-patch/debian/deb_folder/cgcs-patch-agent.dirs b/sw-patch/debian/deb_folder/cgcs-patch-agent.dirs index a1e3ade6..ba89452f 100644 --- a/sw-patch/debian/deb_folder/cgcs-patch-agent.dirs +++ b/sw-patch/debian/deb_folder/cgcs-patch-agent.dirs @@ -1,5 +1,3 @@ etc/init.d -etc/pmon.d lib/systemd/system usr/sbin -usr/share/starlingx/pmon.d diff --git a/sw-patch/debian/deb_folder/cgcs-patch-agent.install b/sw-patch/debian/deb_folder/cgcs-patch-agent.install index 92a7c35d..237a8d26 100644 --- a/sw-patch/debian/deb_folder/cgcs-patch-agent.install +++ b/sw-patch/debian/deb_folder/cgcs-patch-agent.install @@ -1,5 +1,4 @@ etc/init.d/sw-patch-agent -etc/pmon.d/sw-patch-agent.conf lib/systemd/system/sw-patch-agent.service usr/sbin/sw-patch-agent usr/sbin/sw-patch-agent-restart diff --git a/sw-patch/debian/deb_folder/cgcs-patch-controller.dirs b/sw-patch/debian/deb_folder/cgcs-patch-controller.dirs index 14c3ca04..1d89a6be 100644 --- a/sw-patch/debian/deb_folder/cgcs-patch-controller.dirs +++ b/sw-patch/debian/deb_folder/cgcs-patch-controller.dirs @@ -1,6 +1,4 @@ etc/init.d -etc/pmon.d lib/systemd/system usr/sbin usr/share/bash-completion/completions -usr/share/starlingx/pmon.d diff --git a/sw-patch/debian/deb_folder/cgcs-patch-controller.install b/sw-patch/debian/deb_folder/cgcs-patch-controller.install index efb7e5d0..9d03acfc 100644 --- a/sw-patch/debian/deb_folder/cgcs-patch-controller.install +++ b/sw-patch/debian/deb_folder/cgcs-patch-controller.install @@ -1,6 +1,5 @@ etc/init.d/sw-patch-controller etc/init.d/sw-patch-controller-daemon -etc/pmon.d/sw-patch-controller-daemon.conf lib/systemd/system/sw-patch-controller.service lib/systemd/system/sw-patch-controller-daemon.service usr/sbin/sw-patch diff --git a/sw-patch/debian/deb_folder/rules b/sw-patch/debian/deb_folder/rules index 1e83ecd8..f1b5eb8a 100755 --- a/sw-patch/debian/deb_folder/rules +++ b/sw-patch/debian/deb_folder/rules @@ -27,7 +27,6 @@ override_dh_install: install -m 755 -d ${DEBIAN_DESTDIR}/etc/logrotate.d install -m 755 -d ${DEBIAN_DESTDIR}/etc/patching install -m 700 -d ${DEBIAN_DESTDIR}/etc/patching/patch-scripts - install -m 755 -d ${DEBIAN_DESTDIR}/etc/pmon.d install -m 755 -d ${DEBIAN_DESTDIR}/lib/systemd/system install -m 755 -d ${PMONDIR} @@ -45,10 +44,6 @@ override_dh_install: ${DEBIAN_DESTDIR}/etc/patching/patching.conf install -m 644 bin/policy.json \ ${DEBIAN_DESTDIR}/etc/patching/policy.json - install -m 444 bin/pmon-sw-patch-controller-daemon.conf \ - ${DEBIAN_DESTDIR}/etc/pmon.d/sw-patch-controller-daemon.conf - install -m 444 bin/pmon-sw-patch-agent.conf \ - ${DEBIAN_DESTDIR}/etc/pmon.d/sw-patch-agent.conf install -m 444 bin/pmon-sw-patch-controller-daemon.conf \ ${PMONDIR}/sw-patch-controller-daemon.conf install -m 444 bin/pmon-sw-patch-agent.conf \