From 73664f3bb1816f30dfe94f41ea6241a9c5328114 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 20 Dec 1999 00:05:37 +0000 Subject: no_comment --- perl-install/standalone/draksec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/standalone/draksec') diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 04d332541..2eb11319c 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -29,7 +29,10 @@ delete @l{0,1,5} unless $::expert; if (my $level = $in->ask_from_list('', _("Choose security level"), [ values %l ], $l{$ENV{SECURE_LEVEL}})) { my $w = $in->wait_message('', _("Setting security level")); $in->suspend; + + $ENV{LILO_PASSWORD} = ''; # make it non interactive system("/etc/security/msec/init.sh ". $m{$level}); + $in->resume; } -- cgit v1.2.1