summaryrefslogtreecommitdiffstats
path: root/perl-install/network/tools.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-07-23 15:32:37 +0000
committerdamien <damien@mandriva.com>2001-07-23 15:32:37 +0000
commit1f286d60a33a4d5d1a5582e8815e7762f83802e7 (patch)
tree3ef4ed2c4876acaaf282e55d8aabbfe4c4e3af13 /perl-install/network/tools.pm
parente5b488774aac910be08e5a44407d0a87a228ee1a (diff)
downloaddrakx-backup-do-not-use-1f286d60a33a4d5d1a5582e8815e7762f83802e7.tar
drakx-backup-do-not-use-1f286d60a33a4d5d1a5582e8815e7762f83802e7.tar.gz
drakx-backup-do-not-use-1f286d60a33a4d5d1a5582e8815e7762f83802e7.tar.bz2
drakx-backup-do-not-use-1f286d60a33a4d5d1a5582e8815e7762f83802e7.tar.xz
drakx-backup-do-not-use-1f286d60a33a4d5d1a5582e8815e7762f83802e7.zip
isdn now works with isdn-light. Only 64kb/s and still some debuf stuff to be fixed.
Diffstat (limited to 'perl-install/network/tools.pm')
-rw-r--r--perl-install/network/tools.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/tools.pm b/perl-install/network/tools.pm
index aff57e9b1..60dc94104 100644
--- a/perl-install/network/tools.pm
+++ b/perl-install/network/tools.pm
@@ -65,8 +65,8 @@ sub ask_info2 {
if__ ($cnx->{phone_in}, { label => _("Your personal phone number"), val => \$cnx->{phone_in} }),
if__ ($netc->{DOMAINNAME2}, { label => _("Provider name (ex provider.net)"), val => \$netc->{DOMAINNAME2} }),
if__ ($cnx->{phone_out}, { label => _("Provider phone number"), val => \$cnx->{phone_out} }),
- if__ ($netc->{dnsServer2}, { label => _("Provider dns 1"), val => \$netc->{dnsServer2} }),
- if__ ($netc->{dnsServer3}, { label => _("Provider dns 2"), val => \$netc->{dnsServer3} }),
+ if__ ($netc->{dnsServer2}, { label => _("Provider dns 1 (optional)"), val => \$netc->{dnsServer2} }),
+ if__ ($netc->{dnsServer3}, { label => _("Provider dns 2 (optional)"), val => \$netc->{dnsServer3} }),
if__ ($cnx->{dialing_mode}, { label => _("Dialing mode"), val => \$cnx->{dialing_mode}, list => [ "auto", "manual"] }),
if__ ($cnx->{login}, { label => _("Account Login (user name)"), val => \$cnx->{login} }),
if__ ($cnx->{passwd}, { label => _("Account Password"), val => \$cnx->{passwd} }),