mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
Minor details.
This commit is contained in:
parent
5ca98f4515
commit
dcb20ba0f5
@ -1569,7 +1569,7 @@ sub accept_button {
|
|||||||
info(0,"Compressing $entry_advanced[4] with $compress\n");
|
info(0,"Compressing $entry_advanced[4] with $compress\n");
|
||||||
|
|
||||||
|
|
||||||
system"$compress -c $tmp/$entry_advanced[4] > $tmp/$entry_advanced[4].bz2&";
|
system "$compress -c $tmp/$entry_advanced[4] > $tmp/$entry_advanced[4].bz2&";
|
||||||
|
|
||||||
$, = "";
|
$, = "";
|
||||||
my @ps_check = `ps w -C $compress 2> /dev/null`;
|
my @ps_check = `ps w -C $compress 2> /dev/null`;
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
# Modifications by Jonathan Rosenbaum <freesource@users.sourceforge.net>
|
# Modifications by Jonathan Rosenbaum <freesource@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
# Changes:
|
# Changes:
|
||||||
# 12/15/2002 Changed UML to BootRoot::UML
|
# 12/15/2001 Changed UML to BootRoot::UML
|
||||||
# Can set password to "" to allow no password.
|
# Can now set password to "" to allow no password.
|
||||||
|
|
||||||
package BootRoot::UML;
|
package BootRoot::UML;
|
||||||
|
|
||||||
@ -135,8 +135,10 @@ sub open_log {
|
|||||||
}
|
}
|
||||||
if(defined($fh)){
|
if(defined($fh)){
|
||||||
my $log = Expect->exp_init(\*$fh);
|
my $log = Expect->exp_init(\*$fh);
|
||||||
|
|
||||||
push @logs, $log;
|
push @logs, $log;
|
||||||
$me->{expect_handle}->set_group(@logs);
|
$me->{expect_handle}->set_group(@logs);
|
||||||
|
|
||||||
return $log;
|
return $log;
|
||||||
}
|
}
|
||||||
return undef;
|
return undef;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user