summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/drakconnect1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index 2aadfed92..1992d538e 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -616,6 +616,7 @@ sub del_intf() {
data => [ { label => N("Net Device"), val => \$intf2delete, list => [ keys %$intf ], allow_empty_list => 1 } ],
post => sub {
!$::testing and eval {
+ system("ifdown $intf2delete");
modules::mergein_conf('/etc/modules.conf');
modules::remove_alias($intf2delete);
modules::write_conf();