summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-04-27 09:24:14 +0000
committerThierry Vignaud <tv@mageia.org>2013-04-27 09:24:14 +0000
commitcebfafe9df36d73302e4d25c32b1e046059565a7 (patch)
treea05568581428526c146bf73661011dcc170c226f /perl-install/install/any.pm
parent7307f870bea8fc184523c8cc0a3f487f236891e4 (diff)
downloaddrakx-cebfafe9df36d73302e4d25c32b1e046059565a7.tar
drakx-cebfafe9df36d73302e4d25c32b1e046059565a7.tar.gz
drakx-cebfafe9df36d73302e4d25c32b1e046059565a7.tar.bz2
drakx-cebfafe9df36d73302e4d25c32b1e046059565a7.tar.xz
drakx-cebfafe9df36d73302e4d25c32b1e046059565a7.zip
install shorewall-ipv6 along shorewall (mga#9401)
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r--perl-install/install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm
index d4f4cba06..b311d4d91 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -667,7 +667,7 @@ sub default_packages {
# will get auto selected at summary stage for bootloader:
add_n_log("needed later at summary stage", qw(acpi acpid mageia-gfxboot-theme));
# will get auto selected at summary stage for firewall:
- add_n_log("needed for firewall/security", qw(shorewall mandi-ifw));
+ add_n_log("needed for firewall/security", qw(shorewall shorewall-ipv6 mandi-ifw));
# only needed for CDs/DVDs installations:
add_n_log("method='cdrom'", 'perl-Hal-Cdroms') if $o->{method} eq 'cdrom';