summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-19 16:32:04 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-19 16:32:04 +0000
commitd88e554c03238937161200a1e940cf05114cae20 (patch)
treee8cf7b1e4ca3510fd06c59d65f18d85d004e562f /perl-install/install_steps_interactive.pm
parent7ad009ba1625beb1a43f75dc527c3708b81770d1 (diff)
downloaddrakx-backup-do-not-use-d88e554c03238937161200a1e940cf05114cae20.tar
drakx-backup-do-not-use-d88e554c03238937161200a1e940cf05114cae20.tar.gz
drakx-backup-do-not-use-d88e554c03238937161200a1e940cf05114cae20.tar.bz2
drakx-backup-do-not-use-d88e554c03238937161200a1e940cf05114cae20.tar.xz
drakx-backup-do-not-use-d88e554c03238937161200a1e940cf05114cae20.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-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 4b7fa5ae2..969f7b853 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -609,7 +609,7 @@ sub setRootPassword {
$o->{installClass} =~ "server" || $::expert ? "setRootPasswordMd5" : (),
$::beginner ? () : "setRootPasswordNIS");
- $o->ask_from_entries_refH([_("Set root password"), _("Ok"), $o->{security} > 2 ? () : _("No password")],
+ $o->ask_from_entries_refH([_("Set root password"), _("Ok"), $o->{security} > 2 || $::corporate ? () : _("No password")],
[ _("Set root password"),
$::beginner ? "\n" .
_("(a user ``mandrake'' with password ``mandrake'' has been automatically added)") : ()