From 606d4a0d71678f74bb52d5e969a092e6dc8b2364 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 5 Jan 2004 12:01:58 +0000 Subject: do not remve network interfaces in --testing mode --- perl-install/standalone/drakconnect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 5a42e5a9c..620158652 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -219,7 +219,7 @@ sub del_intf() { name => N("Select the network interface to remove:"), data => [ { label => N("Net Device"), val => \$intf, list => [ detect_devices::getNet() ], allow_empty_list => 1 } ], post => sub { - eval { + !$::testing and eval { modules::mergein_conf('/etc/modules.conf'); modules::remove_alias($intf); modules::write_conf(); -- cgit v1.2.1