diff options
author | Francois Pons <fpons@mandriva.com> | 2000-04-06 14:07:25 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-04-06 14:07:25 +0000 |
commit | 658f028abc50486955e99d7083cdff8e07088e6f (patch) | |
tree | 7c999fb7c9a77df0805fbf3268fdd5e3351894df /perl-install/install_steps_interactive.pm | |
parent | 363aab7a71a0b505c780b763b22bcd5131995382 (diff) | |
download | drakx-658f028abc50486955e99d7083cdff8e07088e6f.tar drakx-658f028abc50486955e99d7083cdff8e07088e6f.tar.gz drakx-658f028abc50486955e99d7083cdff8e07088e6f.tar.bz2 drakx-658f028abc50486955e99d7083cdff8e07088e6f.tar.xz drakx-658f028abc50486955e99d7083cdff8e07088e6f.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 746f4ac66..052dbf312 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -502,8 +502,10 @@ _("Login ID") => \$m->{login}, _("Password") => { val => \$m->{passwd}, hidden => 1 }, _("Authentication") => { val => \$m->{auth}, list => [ __("PAP"), __("CHAP"), __("Terminal-based"), __("Script-based") ] }, _("Domain name") => \$m->{domain}, +$::expert ? ( _("First DNS Server") => \$m->{dns1}, _("Second DNS Server") => \$m->{dns2}, +) : (), ]); } |