summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-05-02 15:29:41 +0000
committerFrancois Pons <fpons@mandriva.com>2000-05-02 15:29:41 +0000
commit494ffe2fc2f6a29aa74994ab53a53e3b074e67f6 (patch)
tree1cbb4eab09138508fa5099036fa11e103b868594 /perl-install/install_steps_interactive.pm
parentc367a7b536cbc28a666370a8935718980bdc5ee3 (diff)
downloaddrakx-backup-do-not-use-494ffe2fc2f6a29aa74994ab53a53e3b074e67f6.tar
drakx-backup-do-not-use-494ffe2fc2f6a29aa74994ab53a53e3b074e67f6.tar.gz
drakx-backup-do-not-use-494ffe2fc2f6a29aa74994ab53a53e3b074e67f6.tar.bz2
drakx-backup-do-not-use-494ffe2fc2f6a29aa74994ab53a53e3b074e67f6.tar.xz
drakx-backup-do-not-use-494ffe2fc2f6a29aa74994ab53a53e3b074e67f6.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 6df194793..f35ab94a4 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -514,10 +514,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 ? (
+#-$::expert ? ( #- It is not apropriate to remove DNS as kppp need them! only available for "ifup ppp0"
_("First DNS Server") => \$m->{dns1},
_("Second DNS Server") => \$m->{dns2},
-) : (),
+#-) : (),
]);
}