summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakauth
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-07-20 09:18:51 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-07-20 09:18:51 +0000
commit7b37b87982e2e55fcd18dfdf116f46bbc4a0b833 (patch)
tree4eee320e6b41d89087fa2d44f800cd2b4910cb30 /perl-install/standalone/drakauth
parentad8d038c7c5997abe53ee02c3b7517f0c8b7e2d0 (diff)
downloaddrakx-backup-do-not-use-7b37b87982e2e55fcd18dfdf116f46bbc4a0b833.tar
drakx-backup-do-not-use-7b37b87982e2e55fcd18dfdf116f46bbc4a0b833.tar.gz
drakx-backup-do-not-use-7b37b87982e2e55fcd18dfdf116f46bbc4a0b833.tar.bz2
drakx-backup-do-not-use-7b37b87982e2e55fcd18dfdf116f46bbc4a0b833.tar.xz
drakx-backup-do-not-use-7b37b87982e2e55fcd18dfdf116f46bbc4a0b833.zip
put help out of the radiobutton
Diffstat (limited to 'perl-install/standalone/drakauth')
-rwxr-xr-xperl-install/standalone/drakauth4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakauth b/perl-install/standalone/drakauth
index c48792ad9..9006d01a6 100755
--- a/perl-install/standalone/drakauth
+++ b/perl-install/standalone/drakauth
@@ -21,9 +21,9 @@ my $authentication = {}; # TODO
my $kind = authentication::to_kind($authentication);
main:
-$in->ask_from('', '',
+$in->ask_from(N("Authentication"), join('', map { authentication::kind2description($_) } authentication::kinds()),
[
- { label => N("Authentication"), val => \$kind, type => 'list' , list => [ authentication::kinds() ], format => \&authentication::kind2description },
+ { label => N("Authentication"), val => \$kind, type => 'list' , list => [ authentication::kinds() ] },
]) or $in->exit;
authentication::ask_parameters($in, $netc, $authentication, $kind) or goto main;