From: José Bollo Date: Tue, 9 Apr 2019 15:15:57 +0000 (+0200) Subject: afm-util: Remove legacy commands stop/resume X-Git-Tag: 7.99.1~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=commitdiff_plain;h=a44e30483fc1b9b1e7535861f0d2c9ad4f771782 afm-util: Remove legacy commands stop/resume The command stop was linked to the SIGSTOP of processes. It came in deprecation. Keeping it is confusing. Bug-AGL: SPEC-2247 Bug-AGL: SPEC-2248 Change-Id: Iad6af317ba4fd6466f306ef493ef8dd62d8de778 Signed-off-by: José Bollo --- diff --git a/scripts/afm-util.in b/scripts/afm-util.in index 978f000..2cc714b 100755 --- a/scripts/afm-util.in +++ b/scripts/afm-util.in @@ -59,16 +59,6 @@ case "$1" in send terminate "$i" ;; - stop|pause) - i=$2 - send pause "$i" - ;; - - resume|continue) - i=$2 - send resume "$i" - ;; - state|status) i=$2 send state "$i" @@ -105,12 +95,6 @@ The commands are: kill rid terminate rid terminate the running instance rid - stop rid - pause rid pause the running instance rid - - resume rid - continue rid continue the previously paused rid - status rid state rid get status of the running instance rid