summaryrefslogtreecommitdiffstats
path: root/perl-install/security/msec.pm
diff options
context:
space:
mode:
authorChristian Belisle <cbelisle@mandriva.com>2002-07-31 18:59:42 +0000
committerChristian Belisle <cbelisle@mandriva.com>2002-07-31 18:59:42 +0000
commitc49ad7c873d4da6e0fab41d589e5b5488beeb804 (patch)
treed1449a4154b8dc6762a0d8c13346c6b0759882a8 /perl-install/security/msec.pm
parent06ea1ab5a77e699d5d0ff772af74f1221159b86e (diff)
downloaddrakx-c49ad7c873d4da6e0fab41d589e5b5488beeb804.tar
drakx-c49ad7c873d4da6e0fab41d589e5b5488beeb804.tar.gz
drakx-c49ad7c873d4da6e0fab41d589e5b5488beeb804.tar.bz2
drakx-c49ad7c873d4da6e0fab41d589e5b5488beeb804.tar.xz
drakx-c49ad7c873d4da6e0fab41d589e5b5488beeb804.zip
- Fix page change between checks -> advanced
Diffstat (limited to 'perl-install/security/msec.pm')
-rw-r--r--perl-install/security/msec.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/security/msec.pm b/perl-install/security/msec.pm
index 3952552a3..1c7295a7f 100644
--- a/perl-install/security/msec.pm
+++ b/perl-install/security/msec.pm
@@ -273,7 +273,8 @@ sub choose_checks {
("You can customize the following security checks. For more information, see the mseclib manual page."),
[
{ val => _("Basic Options"), type => 'button', clicked_may_quit => sub { $$signal = 0; print ""; } },
- { val => _("Security Checks"), type => 'button', clicked_may_quit => sub {$$signal = 2; print ""; } },
+ { val => _("Advanced Options"), type => 'button', clicked_may_quit => sub { $$signal = 1; print ""; } },
+# { val => _("Firewall Configuration"), type => 'button', clicked_may_quit => sub { $$signal = 3; print ""; } },
@display
],
);