From ebdb11ce1ca568098eb1670cc4c32e9b1ac77b8a Mon Sep 17 00:00:00 2001 From: Charles Short Date: Thu, 25 Aug 2022 11:12:52 -0400 Subject: [PATCH] debian: Remove package preset install for sw-patch Remove the installation of per-package preset installs since they are centrally managed now by the ISO install for the following packages: - cgcs-patch Story: 2009968 Task: 46406 Test Plan PASS Build package PASS Build ISO PASS Check for non-existant preset file in /etc/systemd/system-preset Depends-On: https://review.opendev.org/c/starlingx/integ/+/853653 Signed-off-by: Charles Short Change-Id: Iaec2b4dad28f590e9fb6ee7cf8a2c0512b0060f0 --- sw-patch/debian/deb_folder/cgcs-patch.install | 1 - sw-patch/debian/deb_folder/systemd/00-cgcs-patch.preset | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 sw-patch/debian/deb_folder/systemd/00-cgcs-patch.preset diff --git a/sw-patch/debian/deb_folder/cgcs-patch.install b/sw-patch/debian/deb_folder/cgcs-patch.install index 2c5ea99e..c50f21c2 100644 --- a/sw-patch/debian/deb_folder/cgcs-patch.install +++ b/sw-patch/debian/deb_folder/cgcs-patch.install @@ -7,4 +7,3 @@ etc/init.d/sw-patch lib/systemd/system/sw-patch.service etc/goenabled.d/patch_check_goenabled.sh etc/logrotate.d/patching -debian/systemd/00-cgcs-patch.preset etc/systemd/system-preset diff --git a/sw-patch/debian/deb_folder/systemd/00-cgcs-patch.preset b/sw-patch/debian/deb_folder/systemd/00-cgcs-patch.preset deleted file mode 100644 index 4e6c6c7f..00000000 --- a/sw-patch/debian/deb_folder/systemd/00-cgcs-patch.preset +++ /dev/null @@ -1,4 +0,0 @@ -enable sw-patch-controller.service -enable sw-patch-controller-daemon.service -enable sw-patch-agent.service -enable sw-patch.service