summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-15 13:43:17 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-15 13:43:17 +0000
commitfa8fcd4bd95e0c3dcdbd986e01095622c46e3a7e (patch)
treeae6a07ee08d7f654c1d04bea42fb6d65e0a857df /perl-install
parent923d6d01f7be9d99bdf301e3d01ce385b82c3119 (diff)
downloaddrakx-backup-do-not-use-fa8fcd4bd95e0c3dcdbd986e01095622c46e3a7e.tar
drakx-backup-do-not-use-fa8fcd4bd95e0c3dcdbd986e01095622c46e3a7e.tar.gz
drakx-backup-do-not-use-fa8fcd4bd95e0c3dcdbd986e01095622c46e3a7e.tar.bz2
drakx-backup-do-not-use-fa8fcd4bd95e0c3dcdbd986e01095622c46e3a7e.tar.xz
drakx-backup-do-not-use-fa8fcd4bd95e0c3dcdbd986e01095622c46e3a7e.zip
write ether conf later on QA request
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index aa4707abb..6063db821 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -1034,7 +1034,6 @@ I cannot set up this connection type.")), return;
static_hostname =>
{
pre => sub {
- network::ethernet::write_ether_conf($in, $netcnx, $netc, $intf) if $netcnx->{type} eq 'lan';
if ($ethntf->{IPADDR}) {
$netc->{dnsServer} ||= dns($ethntf->{IPADDR});
$gateway_ex = gateway($ethntf->{IPADDR});
@@ -1148,6 +1147,7 @@ N("Last but not least you can also type in your DNS server IP addresses."),
type => "yesorno",
post => sub {
my ($a) = @_;
+ network::ethernet::write_ether_conf($in, $netcnx, $netc, $intf) if $netcnx->{type} eq 'lan';
if ($a && !$::testing && !run_program::rooted($::prefix, "/etc/rc.d/init.d/network restart")) {
$success = 0;
$in->ask_okcancel(N("Network Configuration"),