diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/any.pm | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 06a274887..e5ea72bf0 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - fix doble logging of 'filesystem' installation (mga#7758) +- install shorewall-ipv6 along shorewall (mga#9401) Version 15.44 - 23 april 2013 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'; |