diff --git a/patch-scripts/EXAMPLE_MTCE/scripts/mtce-restart-example b/patch-scripts/EXAMPLE_MTCE/scripts/mtce-restart-example index d7a76287..3ac5f809 100644 --- a/patch-scripts/EXAMPLE_MTCE/scripts/mtce-restart-example +++ b/patch-scripts/EXAMPLE_MTCE/scripts/mtce-restart-example @@ -34,7 +34,7 @@ declare -i GLOBAL_RC=$PATCH_STATUS_OK mtcalarmd mtclogd \ hbsAgent hbsClient \ mtcAgent mtcClient \ - pmond rmond fsmond hwmond hostwd lmond \ + pmond fsmond hwmond hostwd lmond \ guestServer guestAgent if [ $? -ne 0 ] ; then diff --git a/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_A/scripts/restart-script b/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_A/scripts/restart-script index 2e922f48..af11441d 100644 --- a/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_A/scripts/restart-script +++ b/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_A/scripts/restart-script @@ -36,7 +36,7 @@ bash -x /usr/local/sbin/patch-restart-mtce \ mtcalarmd mtclogd \ hbsAgent hbsClient \ mtcAgent mtcClient \ - pmond rmond fsmond hwmond hostwd \ + pmond fsmond hwmond hostwd \ guestServer guestAgent if [ $? -ne 0 ] ; then loginfo "Mtce patching restart failed" diff --git a/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_C/scripts/restart-script b/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_C/scripts/restart-script index 81d1f5c7..fcd7e985 100644 --- a/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_C/scripts/restart-script +++ b/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_C/scripts/restart-script @@ -44,7 +44,7 @@ bash -x /usr/local/sbin/patch-restart-mtce \ mtcalarmd mtclogd \ hbsAgent hbsClient \ mtcAgent mtcClient \ - pmond rmond fsmond hwmond hostwd \ + pmond fsmond hwmond hostwd \ guestServer guestAgent if [ $? -ne 0 ] ; then loginfo "Mtce patching restart failed" diff --git a/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_E/scripts/restart-script b/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_E/scripts/restart-script index 9beac8c5..f6bab9f3 100644 --- a/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_E/scripts/restart-script +++ b/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_E/scripts/restart-script @@ -36,7 +36,7 @@ bash -x /usr/local/sbin/patch-restart-mtce \ mtcalarmd mtclogd \ hbsAgent hbsClient \ mtcAgent mtcClient \ - pmond rmond fsmond hwmond hostwd \ + pmond fsmond hwmond hostwd \ guestServer guestAgent if [ $? -ne 0 ] ; then loginfo "Mtce patching restart failed" diff --git a/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_F/scripts/restart-script b/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_F/scripts/restart-script index 586fe67e..a4f79911 100644 --- a/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_F/scripts/restart-script +++ b/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_F/scripts/restart-script @@ -44,7 +44,7 @@ bash -x /usr/local/sbin/patch-restart-mtce \ mtcalarmd mtclogd \ hbsAgent hbsClient \ mtcAgent mtcClient \ - pmond rmond fsmond hwmond hostwd \ + pmond fsmond hwmond hostwd \ guestServer guestAgent if [ $? -ne 0 ] ; then loginfo "Mtce patching restart failed"