From c5df0a5b487c8beb4b57311527960f67eb5bedb6 Mon Sep 17 00:00:00 2001 From: Christian Belisle Date: Wed, 31 Jul 2002 13:05:46 +0000 Subject: - put the basic button on top (in the advanced page) - move set_server_link in the ignore list temporary --- perl-install/security/msec.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'perl-install/security') diff --git a/perl-install/security/msec.pm b/perl-install/security/msec.pm index 052dbe1b6..3c68103d6 100644 --- a/perl-install/security/msec.pm +++ b/perl-install/security/msec.pm @@ -30,7 +30,7 @@ sub get_functions { my @functions = (); my @ignore_list = qw(indirect commit_changes closelog error initlog log set_secure_level set_security_conf set_server_level print_changes get_translation - password_aging password_length enable_libsafe); + password_aging password_length enable_libsafe create_server_link); my $file = "$prefix/usr/share/msec/mseclib.py"; my $function = ''; @@ -195,8 +195,9 @@ sub choose_options { $in->ask_from( ("DrakSec - Advanced Options"), ("You can customize the following options. For more information, see the mseclib manual page."), - [ @display, - { val =>_("Basic Options"), type => 'button', clicked_may_quit => sub { $$signal = 0; print "";} } + [ + { val =>_("Basic Options"), type => 'button', clicked_may_quit => sub { $$signal = 0; print "";} }, + @display ], ); } -- cgit v1.2.1