summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-07-21 09:54:20 +0000
committerOlivier Blin <oblin@mandriva.org>2005-07-21 09:54:20 +0000
commit66f635663aa89798433dda6404789e4a1b2f88d8 (patch)
tree6e7fa6912f070f6022fd6e37b9fe70c2340c3ab2 /perl-install
parente00b3944b172d6eef868fc887c43e33c4d5a8faf (diff)
downloaddrakx-backup-do-not-use-66f635663aa89798433dda6404789e4a1b2f88d8.tar
drakx-backup-do-not-use-66f635663aa89798433dda6404789e4a1b2f88d8.tar.gz
drakx-backup-do-not-use-66f635663aa89798433dda6404789e4a1b2f88d8.tar.bz2
drakx-backup-do-not-use-66f635663aa89798433dda6404789e4a1b2f88d8.tar.xz
drakx-backup-do-not-use-66f635663aa89798433dda6404789e4a1b2f88d8.zip
write module aliases if needed
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/ethernet.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index 6363c415b..341e17a36 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -138,6 +138,7 @@ sub configure_eth_aliases {
$modules_conf->set_alias($card->[0], $card->[1]);
}
}
+ $::isStandalone and $modules_conf->write;
}
1;