summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-01-04 21:07:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-01-04 21:07:57 +0000
commit866025b36ef26b211d0bb97f9005187246dc4736 (patch)
tree9c7a6fcef58f618d63c12e90410d95fa2e54545b
parentaef4b7b6a68273fc1c2fb7644d5fd06daeafab7e (diff)
downloaddrakx-backup-do-not-use-866025b36ef26b211d0bb97f9005187246dc4736.tar
drakx-backup-do-not-use-866025b36ef26b211d0bb97f9005187246dc4736.tar.gz
drakx-backup-do-not-use-866025b36ef26b211d0bb97f9005187246dc4736.tar.bz2
drakx-backup-do-not-use-866025b36ef26b211d0bb97f9005187246dc4736.tar.xz
drakx-backup-do-not-use-866025b36ef26b211d0bb97f9005187246dc4736.zip
(setRootPassword): fix pixelization
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index e20992315..2cdcc6bb7 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -750,7 +750,7 @@ sub setRootPassword {
$o->set_help("setRootPassword",
if_($o->{installClass} =~ "server" || $::expert, "setRootPasswordMd5"),
- if_(!$::beginner, "setRootPasswordNIS");
+ if_(!$::beginner, "setRootPasswordNIS"));
$o->ask_from_entries_refH([_("Set root password"), _("Ok"), if_($o->{security} <= 2 && !$::corporate, _("No password"))],
[ _("Set root password"), "\n" ], [