diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-06-26 11:33:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-06-26 11:33:22 +0000 |
commit | 6e20688d9e3a7105f1af7f291b095f7fe9c10a01 (patch) | |
tree | f7eb19f3dfb7fa44c742d7605880acac02e8e367 | |
parent | 75f1a4936bcae5885c98c28c569985d29b1e9bb6 (diff) | |
download | drakx-backup-do-not-use-6e20688d9e3a7105f1af7f291b095f7fe9c10a01.tar drakx-backup-do-not-use-6e20688d9e3a7105f1af7f291b095f7fe9c10a01.tar.gz drakx-backup-do-not-use-6e20688d9e3a7105f1af7f291b095f7fe9c10a01.tar.bz2 drakx-backup-do-not-use-6e20688d9e3a7105f1af7f291b095f7fe9c10a01.tar.xz drakx-backup-do-not-use-6e20688d9e3a7105f1af7f291b095f7fe9c10a01.zip |
"my" variables where needed
-rw-r--r-- | perl-install/any.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 09f52b8b8..840bb8275 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1037,6 +1037,7 @@ sub choose_security_options { my @shown_options = (); my $key = ""; my $i=0; + my $title; my $expert_section = cat_($expert_file); @@ -1065,6 +1066,8 @@ sub choose_security_level { my ($in, $security, $libsafe) = @_; my $expert_file = "/etc/security/msec/expert_mode"; + my $email; + my %l = ( 0 => _("Welcome To Crackers"), 1 => _("Poor"), |