diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-04-28 17:01:53 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-04-28 17:01:53 +0000 |
commit | ee81167f3a664b3737f596b1e32530146eabde8a (patch) | |
tree | 6c5ad3d09bd96acc95abf0845c141b95304b3039 | |
parent | 024fc7d765b079c892941a8cd173f0c0a68b7acb (diff) | |
download | drakx-ee81167f3a664b3737f596b1e32530146eabde8a.tar drakx-ee81167f3a664b3737f596b1e32530146eabde8a.tar.gz drakx-ee81167f3a664b3737f596b1e32530146eabde8a.tar.bz2 drakx-ee81167f3a664b3737f596b1e32530146eabde8a.tar.xz drakx-ee81167f3a664b3737f596b1e32530146eabde8a.zip |
list 'shorewall-ipv6' along 'shorewall'
-rw-r--r-- | perl-install/install/NEWS | 3 | ||||
-rw-r--r-- | perl-install/services.pm | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 6af8c8b69..6c991e276 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- services: + o list 'shorewall-ipv6' along 'shorewall' + Version 15.45 - 27 april 2013 - fix doble logging of 'filesystem' installation (mga#7758) diff --git a/perl-install/services.pm b/perl-install/services.pm index 33612abad..5df0c626c 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -154,7 +154,7 @@ sub ask_ { # FIXME: split part of 'Internet' into 'Security' or 'Firewall'? N("Internet") => [ qw(adsl boa cddbp ftp httpd ibod ip6tables ippl iptables iptoip ipvsadm isdn4linux jabber jabber-icq jail.init junkbuster mandi nessusd pftp portsentry - prelude proftpd proftpd-xinetd pure-ftpd ipsec radvd roxen shorewall squid + prelude proftpd proftpd-xinetd pure-ftpd ipsec radvd roxen shorewall shorewall-ipv6 squid tftp) ], N("_: Keep these entry short\nNetworking") => [ qw(network network-auth network-up resolvconf) ], |