aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-04-09 17:15:57 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2019-04-09 17:35:22 +0200
commita44e30483fc1b9b1e7535861f0d2c9ad4f771782 (patch)
tree81db5cbdbfea0cb18a3ff8acdf9514f0713e4216
parent20bf07791d69cd25b73139379ccb8947c5f1b2f7 (diff)
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 <jose.bollo@iot.bzh>
-rwxr-xr-xscripts/afm-util.in16
1 files changed, 0 insertions, 16 deletions
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