From 9ff7af06907da2605f137d16d7197a7ebe121051 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Tue, 19 Nov 2002 16:57:35 +0000 Subject: default dhcp client is dhcp-client --- perl-install/standalone/drakconnect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') 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} ] ); -- cgit v1.2.1