summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-08-27 10:09:37 +0000
committerFrancois Pons <fpons@mandriva.com>2001-08-27 10:09:37 +0000
commitb8c1bee3b538dfc0d07337dc1ca913e8740f3890 (patch)
treeaf95464d61bde95693c5255b988baee384865580 /perl-install/standalone
parent21ace422df966ecefdb6f7bda8a45615b4a22a8d (diff)
downloaddrakx-backup-do-not-use-b8c1bee3b538dfc0d07337dc1ca913e8740f3890.tar
drakx-backup-do-not-use-b8c1bee3b538dfc0d07337dc1ca913e8740f3890.tar.gz
drakx-backup-do-not-use-b8c1bee3b538dfc0d07337dc1ca913e8740f3890.tar.bz2
drakx-backup-do-not-use-b8c1bee3b538dfc0d07337dc1ca913e8740f3890.tar.xz
drakx-backup-do-not-use-b8c1bee3b538dfc0d07337dc1ca913e8740f3890.zip
added Borsenkow Andrej patch to support CHAP again.
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/draknet2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draknet b/perl-install/standalone/draknet
index bfc59a775..9ea2d223d 100755
--- a/perl-install/standalone/draknet
+++ b/perl-install/standalone/draknet
@@ -590,7 +590,7 @@ Create one first by clicking on 'Configure'")),1,1,0);
[_("Phone number"), \$cnx->{phone} ],
[_("Login ID"), \$cnx->{login} ],
[_("Password"), \$cnx->{passwd} ],
- [_("Authentication"), \$cnx->{auth}, [ _("PAP"), _("Terminal-based"), _("Script-based") ] ],
+ [_("Authentication"), \$cnx->{auth}, [ _("PAP"), _("Terminal-based"), _("Script-based"), __("CHAP") ] ],
[_("Domain name"), \$cnx->{domain} ],
[_("First DNS Server (optional)"), \$cnx->{dns1} ],
[_("Second DNS Server (optional)"), \$cnx->{dns2} ],