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
+2
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]);
}