diff options
author | Christian Belisle <cbelisle@mandriva.com> | 2002-07-31 18:59:42 +0000 |
---|---|---|
committer | Christian Belisle <cbelisle@mandriva.com> | 2002-07-31 18:59:42 +0000 |
commit | c49ad7c873d4da6e0fab41d589e5b5488beeb804 (patch) | |
tree | d1449a4154b8dc6762a0d8c13346c6b0759882a8 /perl-install/security/msec.pm | |
parent | 06ea1ab5a77e699d5d0ff772af74f1221159b86e (diff) | |
download | drakx-backup-do-not-use-c49ad7c873d4da6e0fab41d589e5b5488beeb804.tar drakx-backup-do-not-use-c49ad7c873d4da6e0fab41d589e5b5488beeb804.tar.gz drakx-backup-do-not-use-c49ad7c873d4da6e0fab41d589e5b5488beeb804.tar.bz2 drakx-backup-do-not-use-c49ad7c873d4da6e0fab41d589e5b5488beeb804.tar.xz drakx-backup-do-not-use-c49ad7c873d4da6e0fab41d589e5b5488beeb804.zip |
- Fix page change between checks -> advanced
Diffstat (limited to 'perl-install/security/msec.pm')
-rw-r--r-- | perl-install/security/msec.pm | 3 |
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 ], ); |