From b99d9f882ae0be783ab990a304dcb3f50cbf9685 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 21 Jan 2002 23:04:52 +0000 Subject: can't call any::config_libsafe so early during install, move it where msec is called --- perl-install/install2.pm | 1 + perl-install/install_steps_interactive.pm | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/perl-install/install2.pm b/perl-install/install2.pm index e28a570f1..c7c4af97e 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -306,6 +306,7 @@ sub setupBootloader { local $ENV{DRAKX_PASSWORD} = $o->{bootloader}{password}; local $ENV{DURING_INSTALL} = 1; run_program::rooted($o->{prefix}, "/usr/sbin/msec", "-o", "run_commands=0", "-o", "log=stderr", $o->{security}); + any::config_libsafe($o->{prefix}, $o->{libsafe}); } #------------------------------------------------------------------------------ sub configureX { diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index f4f68f592..da7d576cd 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1238,9 +1238,6 @@ sub miscellaneous { my ($o, $clicked) = @_; any::choose_security_level($o, \$o->{security}, \$o->{libsafe}) or return; - - any::config_libsafe($o->{prefix}, $o->{libsafe}); - install_steps::miscellaneous($o); } -- cgit v1.2.1