Sign in
cos
/
third_party
/
overlays
/
portage-stable
/
e4aa7a261a1fe76a1bbac2c147e3f00eebeb7bdc
/
.
/
app-emulation
/
qemu
/
files
/
qemu-binfmt.initd.tail
blob: 7679481929aefcf32c29d5b1c4aa36026366113b [
file
] [
log
] [
blame
]
eend
0
}
stop
()
{
# We unregister everything in the "qemu-xxx" namespace.
ebegin
"Unregistering qemu-user binaries"
local
f
for
f
in
/
proc
/
sys
/
fs
/
binfmt_misc
/
qemu
-*
;
do
if
[
-
f
"${f}"
]
;
then
echo
'-1'
>
"${f}"
fi
done
eend
0
}