summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-08-04 07:40:01 +0000
committerOlivier Blin <oblin@mandriva.org>2004-08-04 07:40:01 +0000
commit94c87ec4bf39207ab828f849c1cf2c0cfca38a7e (patch)
treeadebe1f53cf2c23aa2dc1f9f84eff102dde7cf3b /perl-install/network/ethernet.pm
parent0bdc0e9e32497e5dcefd42a03e1a792268f76390 (diff)
downloaddrakx-94c87ec4bf39207ab828f849c1cf2c0cfca38a7e.tar
drakx-94c87ec4bf39207ab828f849c1cf2c0cfca38a7e.tar.gz
drakx-94c87ec4bf39207ab828f849c1cf2c0cfca38a7e.tar.bz2
drakx-94c87ec4bf39207ab828f849c1cf2c0cfca38a7e.tar.xz
drakx-94c87ec4bf39207ab828f849c1cf2c0cfca38a7e.zip
kill set_cnx_script usage, replace cnx_scripts with ifup/ifdown
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r--perl-install/network/ethernet.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index a93d66c77..074fec628 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -21,14 +21,6 @@ sub write_ether_conf {
$netcnx->{type} = 'lan';
$netcnx->{NET_DEVICE} = $netc->{NET_DEVICE} = '';
$netcnx->{NET_INTERFACE} = 'lan'; #$netc->{NET_INTERFACE};
- set_cnx_script($netc, "local network",
-qq(
-/etc/rc.d/init.d/network restart
-),
-qq(
-/etc/rc.d/init.d/network stop
-/sbin/ifup lo
-), $netcnx->{type});
}
$::isStandalone and $modules_conf->write;
1;