summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakauth
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-08 10:08:13 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-08 10:08:13 +0000
commit5f2dc464a830536f8ae8a51c70ef9cec3071d491 (patch)
tree0fad5580eb7429434985f2afde83ba7326aaa26e /perl-install/standalone/drakauth
parent654ec6aa9b85cf126830393eca85a1fdfbc8fa55 (diff)
downloaddrakx-backup-do-not-use-5f2dc464a830536f8ae8a51c70ef9cec3071d491.tar
drakx-backup-do-not-use-5f2dc464a830536f8ae8a51c70ef9cec3071d491.tar.gz
drakx-backup-do-not-use-5f2dc464a830536f8ae8a51c70ef9cec3071d491.tar.bz2
drakx-backup-do-not-use-5f2dc464a830536f8ae8a51c70ef9cec3071d491.tar.xz
drakx-backup-do-not-use-5f2dc464a830536f8ae8a51c70ef9cec3071d491.zip
do not use a la LaTeX format (which just wastes space here)
Diffstat (limited to 'perl-install/standalone/drakauth')
-rwxr-xr-xperl-install/standalone/drakauth2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakauth b/perl-install/standalone/drakauth
index e2e29a3e7..639d53adb 100755
--- a/perl-install/standalone/drakauth
+++ b/perl-install/standalone/drakauth
@@ -24,7 +24,7 @@ main:
$in->ask_from(N("Authentication"), undef,
[
{ label => N("Authentication") },
- { val => \$kind, type => 'list' , list => \@kinds, format => \&authentication::kind2description },
+ { val => \$kind, type => 'list' , list => \@kinds, format => \&authentication::kind2description_raw },
]) or $in->exit;
authentication::ask_parameters($in, $net, $authentication, $kind) or goto main;