diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-17 15:07:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-17 15:07:38 +0000 |
commit | 95e23951b9a13246e651ddca5fd13a82761fe2a5 (patch) | |
tree | b6ca6e5acbda0f7c5b1ca06ac4fc51c1ea5c4d3e /perl-install | |
parent | 1a4a03b92453e5cae87e1cc8ecf12af4b67b7ae5 (diff) | |
download | drakx-backup-do-not-use-95e23951b9a13246e651ddca5fd13a82761fe2a5.tar drakx-backup-do-not-use-95e23951b9a13246e651ddca5fd13a82761fe2a5.tar.gz drakx-backup-do-not-use-95e23951b9a13246e651ddca5fd13a82761fe2a5.tar.bz2 drakx-backup-do-not-use-95e23951b9a13246e651ddca5fd13a82761fe2a5.tar.xz drakx-backup-do-not-use-95e23951b9a13246e651ddca5fd13a82761fe2a5.zip |
(setRootPassword): better ensure 'broadcast' insteaf of overriding
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 e1cad7461..77cc33fe4 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -909,7 +909,7 @@ sub setRootPassword { ]) or return; if ($nis) { - $o->{authentication}{NIS} = 'broadcast'; + $o->{authentication}{NIS} ||= 'broadcast'; $o->ask_from_entries_refH('', _("Authentification NIS"), [ { label => _("NIS Domain"), val => \ ($o->{netc}{NISDOMAIN} ||= $o->{netc}{DOMAINNAME}) }, |