diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-08 10:08:13 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-08 10:08:13 +0000 |
commit | 5f2dc464a830536f8ae8a51c70ef9cec3071d491 (patch) | |
tree | 0fad5580eb7429434985f2afde83ba7326aaa26e /perl-install/standalone/drakauth | |
parent | 654ec6aa9b85cf126830393eca85a1fdfbc8fa55 (diff) | |
download | drakx-5f2dc464a830536f8ae8a51c70ef9cec3071d491.tar drakx-5f2dc464a830536f8ae8a51c70ef9cec3071d491.tar.gz drakx-5f2dc464a830536f8ae8a51c70ef9cec3071d491.tar.bz2 drakx-5f2dc464a830536f8ae8a51c70ef9cec3071d491.tar.xz drakx-5f2dc464a830536f8ae8a51c70ef9cec3071d491.zip |
do not use a la LaTeX format (which just wastes space here)
Diffstat (limited to 'perl-install/standalone/drakauth')
-rwxr-xr-x | perl-install/standalone/drakauth | 2 |
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; |