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

More improvements to the uml box.

This commit is contained in:
freesource 2001-07-30 07:03:07 +00:00
parent cc6ef83bbe
commit c0f6facc1e

View File

@ -1088,7 +1088,7 @@ sub uml_box {
else { else {
if (!$entry_advanced[8]) { if (!$entry_advanced[8]) {
error_window("gBootRoot Error: " . error_window("gBootRoot Error: " .
"Enter a xterm, and executable " . "Enter an xterm, and executable " .
"option."); "option.");
return; return;
} }
@ -1144,10 +1144,7 @@ sub remove_matching_process {
if (m,$match_word,) { if (m,$match_word,) {
my $process = (split(/\s+/,$_,))[1]; my $process = (split(/\s+/,$_,))[1];
system "kill $process"; system "kill $process";
} # not so friendly approach
# not so friendly approach
if (m,$match_word,) {
my $process = (split(/\s+/,$_,))[1];
system "kill -9 $process"; system "kill -9 $process";
} }
} }