From 4ebbbbf1f3c2637fb6ef9d8903970c4629699672 Mon Sep 17 00:00:00 2001 From: zhangsz Date: Mon, 16 Jun 2025 14:17:59 +0800 Subject: [PATCH] fix: change OMC to PSAP --- debbuild/22.04/DEBIAN/postinst | 2 +- debbuild/22.04/DEBIAN/postrm | 2 +- debbuild/22.04/DEBIAN/preinst | 2 +- debbuild/DEBIAN/postinst | 2 +- debbuild/DEBIAN/postrm | 2 +- debbuild/DEBIAN/preinst | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debbuild/22.04/DEBIAN/postinst b/debbuild/22.04/DEBIAN/postinst index 87ca049..ae64e37 100755 --- a/debbuild/22.04/DEBIAN/postinst +++ b/debbuild/22.04/DEBIAN/postinst @@ -89,7 +89,7 @@ if [ "$M_PARAM" = "install" -o "$M_PARAM" = "upgrade" ]; then fi fi -echo -n "Starting OMC service ... " +echo -n "Starting PSAP service ... " systemctl start sshsvc.service systemctl start restagent.service echo "done" diff --git a/debbuild/22.04/DEBIAN/postrm b/debbuild/22.04/DEBIAN/postrm index 87c42a9..4fbf476 100755 --- a/debbuild/22.04/DEBIAN/postrm +++ b/debbuild/22.04/DEBIAN/postrm @@ -7,7 +7,7 @@ rm -f /usr/local/bin/omcd systemctl daemon-reload if systemctl list-units --type=service --all | grep -q 'restagent.service'; then - echo -n "Stopping OMC service ... " + echo -n "Stopping PSAP service ... " systemctl stop restagent.service systemctl stop sshsvc.service echo "done" diff --git a/debbuild/22.04/DEBIAN/preinst b/debbuild/22.04/DEBIAN/preinst index d9a5cb1..311766a 100755 --- a/debbuild/22.04/DEBIAN/preinst +++ b/debbuild/22.04/DEBIAN/preinst @@ -2,7 +2,7 @@ systemctl daemon-reload if systemctl list-units --type=service --all | grep -q 'restagent.service'; then - echo -n "Stopping OMC service ... " + echo -n "Stopping PSAP service ... " systemctl stop restagent.service systemctl stop sshsvc.service echo "done" diff --git a/debbuild/DEBIAN/postinst b/debbuild/DEBIAN/postinst index 4a84ef8..bd22d22 100644 --- a/debbuild/DEBIAN/postinst +++ b/debbuild/DEBIAN/postinst @@ -89,7 +89,7 @@ if [ "$M_PARAM" = "install" -o "$M_PARAM" = "upgrade" ]; then fi fi -echo -n "Starting OMC service ... " +echo -n "Starting PSAP service ... " systemctl start sshsvc.service systemctl start restagent.service echo "done" diff --git a/debbuild/DEBIAN/postrm b/debbuild/DEBIAN/postrm index 87c42a9..4fbf476 100644 --- a/debbuild/DEBIAN/postrm +++ b/debbuild/DEBIAN/postrm @@ -7,7 +7,7 @@ rm -f /usr/local/bin/omcd systemctl daemon-reload if systemctl list-units --type=service --all | grep -q 'restagent.service'; then - echo -n "Stopping OMC service ... " + echo -n "Stopping PSAP service ... " systemctl stop restagent.service systemctl stop sshsvc.service echo "done" diff --git a/debbuild/DEBIAN/preinst b/debbuild/DEBIAN/preinst index d9a5cb1..311766a 100644 --- a/debbuild/DEBIAN/preinst +++ b/debbuild/DEBIAN/preinst @@ -2,7 +2,7 @@ systemctl daemon-reload if systemctl list-units --type=service --all | grep -q 'restagent.service'; then - echo -n "Stopping OMC service ... " + echo -n "Stopping PSAP service ... " systemctl stop restagent.service systemctl stop sshsvc.service echo "done"