diff options
Diffstat (limited to 'perl-install/standalone/drakconnect')
-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} ] ); |