From 564cabf99198bc8a564eb58bc6c674a2b8f21927 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 27 Mar 2001 13:11:28 +0000 Subject: remove use of Bastille. get back to the good state we had :) --- perl-install/install2.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 66894980c..aa2f2b973 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -313,8 +313,7 @@ sub setupBootloader { $o->setupBootloader($_[1] - 1); local $ENV{DRAKX_PASSWORD} = $o->{bootloader}{password}; - - any::set_security_level($o->{prefix}, $o->{security}); + run_program::rooted($o->{prefix}, "/usr/sbin/msec", $o->{security}); } #------------------------------------------------------------------------------ sub configureX { -- cgit v1.2.1