diff options
-rwxr-xr-x | scripts/afm-util.in | 16 |
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 |