diff options
author | Frederic Lepied <flepied@mandriva.com> | 2002-11-19 16:57:35 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2002-11-19 16:57:35 +0000 |
commit | 9ff7af06907da2605f137d16d7197a7ebe121051 (patch) | |
tree | 0a55dd6c963653f34563bc23d6cbdec5aac4c13a /perl-install/standalone | |
parent | 0824ed99a9557409655ef837bcdc1bc317fc8c37 (diff) | |
download | drakx-9ff7af06907da2605f137d16d7197a7ebe121051.tar drakx-9ff7af06907da2605f137d16d7197a7ebe121051.tar.gz drakx-9ff7af06907da2605f137d16d7197a7ebe121051.tar.bz2 drakx-9ff7af06907da2605f137d16d7197a7ebe121051.tar.xz drakx-9ff7af06907da2605f137d16d7197a7ebe121051.zip |
default dhcp client is dhcp-client
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakconnect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 5a9e897d8..7d5f5ac36 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -624,7 +624,7 @@ Create one first by clicking on 'Configure'")),1,1,0); [N("First DNS Server (optional)"), \$cnx->{dns1} ], [N("Second DNS Server (optional)"), \$cnx->{dns2} ], [N("Ethernet Card"), \$netc->{NET_DEVICE}, [ 'eth0', 'eth1', 'eth2', 'eth3', 'eth4', 'eth5','eth6', 'eth7', 'eth8', 'eth9' ]], - [N("DHCP Client"), \$netcnx->{dhcp_client}, ["dhcpcd", "dhcpxd", "dhcp-client"] ], + [N("DHCP Client"), \$netcnx->{dhcp_client}, ["dhcp-client", "dhcpcd", "dhcpxd"] ], [N("Connection speed"), \$cnx->{speed}, ["64 Kb/s", "128 Kb/s"]], [N("Connection timeout (in sec)"), \$cnx->{huptimeout} ] ); |