diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-01-04 21:07:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-01-04 21:07:57 +0000 |
commit | 866025b36ef26b211d0bb97f9005187246dc4736 (patch) | |
tree | 9c7a6fcef58f618d63c12e90410d95fa2e54545b /perl-install | |
parent | aef4b7b6a68273fc1c2fb7644d5fd06daeafab7e (diff) | |
download | drakx-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
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
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" ], [ |