From 4326e8ff7f09d12c137f3a22c78bbdfb57b738ff Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 21 Apr 2000 16:28:48 +0000 Subject: *** empty log message *** --- perl-install/install_steps_interactive.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index ac71b01b0..dea678cfd 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -616,10 +616,7 @@ sub setRootPassword { $::beginner ? () : "setRootPasswordNIS"); $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)") : () - ], [ + [ _("Set root password"), "\n" ], [ _("Password") => { val => \$sup->{password}, hidden => 1 }, _("Password (again)") => { val => \$sup->{password2}, hidden => 1 }, $o->{installClass} eq "server" || $::expert ? ( -- cgit v1.2.1