From e1db87b9b9e4a582e106fb9f24e6be21c8fa0917 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 21 Dec 1999 18:42:28 +0000 Subject: no_comment --- perl-install/standalone/draksec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 2eb11319c..8e17f8c54 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -26,7 +26,9 @@ my %m = reverse (my %l = ( )); delete @l{0,1,5} unless $::expert; -if (my $level = $in->ask_from_list('', _("Choose security level"), [ values %l ], $l{$ENV{SECURE_LEVEL}})) { +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; -- cgit v1.2.1