summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2002-11-19 16:57:35 +0000
committerFrederic Lepied <flepied@mandriva.com>2002-11-19 16:57:35 +0000
commit9ff7af06907da2605f137d16d7197a7ebe121051 (patch)
tree0a55dd6c963653f34563bc23d6cbdec5aac4c13a /perl-install/standalone
parent0824ed99a9557409655ef837bcdc1bc317fc8c37 (diff)
downloaddrakx-backup-do-not-use-9ff7af06907da2605f137d16d7197a7ebe121051.tar
drakx-backup-do-not-use-9ff7af06907da2605f137d16d7197a7ebe121051.tar.gz
drakx-backup-do-not-use-9ff7af06907da2605f137d16d7197a7ebe121051.tar.bz2
drakx-backup-do-not-use-9ff7af06907da2605f137d16d7197a7ebe121051.tar.xz
drakx-backup-do-not-use-9ff7af06907da2605f137d16d7197a7ebe121051.zip
default dhcp client is dhcp-client
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/drakconnect2
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} ]
);