summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2006-03-01 13:33:19 +0000
committerOlivier Blin <oblin@mandriva.org>2006-03-01 13:33:19 +0000
commitcd81576961299b6908b78765ad404fb747de574f (patch)
treedf359976a84963b6bf50802e8ecdd5acd8c70abb /perl-install/standalone/service_harddrake
parent3fb10f33d63c9c9c291f457900dbf36ca278a3ff (diff)
downloaddrakx-backup-do-not-use-cd81576961299b6908b78765ad404fb747de574f.tar
drakx-backup-do-not-use-cd81576961299b6908b78765ad404fb747de574f.tar.gz
drakx-backup-do-not-use-cd81576961299b6908b78765ad404fb747de574f.tar.bz2
drakx-backup-do-not-use-cd81576961299b6908b78765ad404fb747de574f.tar.xz
drakx-backup-do-not-use-cd81576961299b6908b78765ad404fb747de574f.zip
update shorewall interfaces list when a new interface is detected (#21252)
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index bc0462823..c4e185cd1 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -137,6 +137,8 @@ foreach my $hw_class (@harddrake::data::tree) {
modules::load_category($modules_conf, 'network/main|gigabit|usb|wireless|firewire|pcmcia');
require network::ethernet;
network::ethernet::configure_eth_aliases($modules_conf);
+ require network::shorewall;
+ network::shorewall::update_interfaces_list();
$modules_conf->write;
next;
} elsif (member($Ident, qw(ATA_STORAGE RAID_STORAGE SATA_STORAGE SCSI_CONTROLLER))) {