1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 00:53:23 -05:00

Removes uml_\w* processes when aborting which means things will work the

next time.
This commit is contained in:
freesource 2001-07-30 07:53:16 +00:00
parent c0f6facc1e
commit d1586cdfa7

View File

@ -1113,6 +1113,8 @@ sub uml_box {
remove_matching_process($entry_advanced[10]);
# Debian
remove_matching_process("Virtual Console");
# Good to remove uml_\w*
remove_matching_process("uml_\w*");
# Again for good measure :)
remove_matching_process($entry_advanced[10]);
}