summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-09-12 17:15:36 +0000
committerdamien <damien@mandriva.com>2001-09-12 17:15:36 +0000
commit8fbd7ec2b17cefc2ab1edbd728fddb98bcadc480 (patch)
tree6a2715954bbbf868954eef75da6abcc3cfc7ee26 /perl-install/network/ethernet.pm
parentba0a8f74db346c94fb64f0a246c7e42ceb6a4982 (diff)
downloaddrakx-backup-do-not-use-8fbd7ec2b17cefc2ab1edbd728fddb98bcadc480.tar
drakx-backup-do-not-use-8fbd7ec2b17cefc2ab1edbd728fddb98bcadc480.tar.gz
drakx-backup-do-not-use-8fbd7ec2b17cefc2ab1edbd728fddb98bcadc480.tar.bz2
drakx-backup-do-not-use-8fbd7ec2b17cefc2ab1edbd728fddb98bcadc480.tar.xz
drakx-backup-do-not-use-8fbd7ec2b17cefc2ab1edbd728fddb98bcadc480.zip
new default connection handling
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r--perl-install/network/ethernet.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index 7becd4a69..ba1dbbfbc 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -52,7 +52,7 @@ qq(
),
qq(
/sbin/ifdown $netc->{NET_DEVICE}
-));
+), $netcnx->{type});
1;
}
@@ -80,7 +80,7 @@ qq(
qq(
/etc/rc.d/init.d/network stop
/sbin/ifup lo
-));
+), $netcnx->{type});
}
$::isStandalone and modules::write_conf($prefix);
1;