summaryrefslogtreecommitdiffstats
path: root/perl-install/c
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2000-04-16 19:15:11 +0000
committerPablo Saratxaga <pablo@mandriva.com>2000-04-16 19:15:11 +0000
commite2ab672b87d900beabb21632833e2f97d475b09a (patch)
tree4fa1bbe6a06171e4fdd596bad34c6a12e492350c /perl-install/c
parent82cf782f563e0d6a8b13097f46a9708e5c02c5e2 (diff)
downloaddrakx-e2ab672b87d900beabb21632833e2f97d475b09a.tar
drakx-e2ab672b87d900beabb21632833e2f97d475b09a.tar.gz
drakx-e2ab672b87d900beabb21632833e2f97d475b09a.tar.bz2
drakx-e2ab672b87d900beabb21632833e2f97d475b09a.tar.xz
drakx-e2ab672b87d900beabb21632833e2f97d475b09a.zip
update-po
Diffstat (limited to 'perl-install/c')
0 files changed, 0 insertions, 0 deletions
/td>perl-install/install/any.pm2
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';