From 5f2dc464a830536f8ae8a51c70ef9cec3071d491 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Sep 2008 10:08:13 +0000 Subject: do not use a la LaTeX format (which just wastes space here) --- perl-install/standalone/drakauth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') 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; -- cgit v1.2.1