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 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install2.pm') 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 { -- cgit v1.2.1