diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-11-27 01:09:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-11-27 01:09:32 +0000 |
commit | c26f1dd0560cbba8ba4f68c468b5c2dcc6e81da1 (patch) | |
tree | a99b373779ddac96c6906e3d24f36ff3749bac7b | |
parent | bbf3a3b4e9ac1cef2b9bfb17514e62bbccb5e6ca (diff) | |
download | freebsd-ports-c26f1dd0560cbba8ba4f68c468b5c2dcc6e81da1.zip |
Alpha sort _stop function. Doesn't really affect anything (build-tested on armv7).
I have had this patch lurking in my tree for a while.
-rw-r--r-- | emulators/qemu-sbruno/files/qemu_user_static.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-sbruno/files/qemu_user_static.in b/emulators/qemu-sbruno/files/qemu_user_static.in index 5a06a11962a1..1ac87bba2f8e 100644 --- a/emulators/qemu-sbruno/files/qemu_user_static.in +++ b/emulators/qemu-sbruno/files/qemu_user_static.in @@ -138,12 +138,12 @@ list_cmd="${BINMISCCTL} list" %%NAME%%_stop() { - ${BINMISCCTL} remove mips64 ${BINMISCCTL} remove arm ${BINMISCCTL} remove armv6 ${BINMISCCTL} remove armv7 ${BINMISCCTL} remove aarch64 ${BINMISCCTL} remove mips + ${BINMISCCTL} remove mips64 ${BINMISCCTL} remove mipsel ${BINMISCCTL} remove powerpc ${BINMISCCTL} remove powerpc64 |