From a5771fcb216b0e99c1d2451bb040ea9e231f34f6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 23 Feb 2004 15:53:24 +0000 Subject: (del_intf) keep ethX aliases b/c eg removing eth0 will results in eth1 to be renumbered on next boot... --- perl-install/standalone/drakconnect | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 1992d538e..b80aac49d 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -617,9 +617,6 @@ sub del_intf() { post => sub { !$::testing and eval { system("ifdown $intf2delete"); - modules::mergein_conf('/etc/modules.conf'); - modules::remove_alias($intf2delete); - modules::write_conf(); rm_rf("/etc/sysconfig/network-scripts/ifcfg-$intf2delete"); }; $faillure = $@; -- cgit v1.2.1