summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten Vanraes <alien@mageia.org>2014-12-05 20:18:31 +0100
committerMaarten Vanraes <alien@mageia.org>2014-12-05 20:18:31 +0100
commit3bf5da0e1b456263d5bdfde4adb8f0156149792b (patch)
treed6f11e86d292ed5be1a773375fe1e8cf76e640ff
parent561fa07fa0f53d6d712f9038620ae862b5120107 (diff)
downloaddrakx-3bf5da0e1b456263d5bdfde4adb8f0156149792b.tar
drakx-3bf5da0e1b456263d5bdfde4adb8f0156149792b.tar.gz
drakx-3bf5da0e1b456263d5bdfde4adb8f0156149792b.tar.bz2
drakx-3bf5da0e1b456263d5bdfde4adb8f0156149792b.tar.xz
drakx-3bf5da0e1b456263d5bdfde4adb8f0156149792b.zip
correctly recognize shorewall6 service + description
-rw-r--r--perl-install/services.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm
index e9080162a..3ecbd8bd3 100644
--- a/perl-install/services.pm
+++ b/perl-install/services.pm
@@ -111,6 +111,7 @@ rwhod => N_("The rwho protocol lets remote users get a list of all of the users
logged into a machine running the rwho daemon (similar to finger)."),
saned => N_("SANE (Scanner Access Now Easy) enables to access scanners, video cameras, ..."),
shorewall => N_("Packet filtering firewall"),
+shorewall6 => N_("Packet filtering firewall for IPv6"),
smb => N_("The SMB/CIFS protocol enables to share access to files & printers and also integrates with a Windows Server domain"),
sound => N_("Launch the sound system on your machine"),
'speech-dispatcherd' => N_("layer for speech analysis"),
@@ -155,7 +156,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 shorewall-ipv6 squid
+ prelude proftpd proftpd-xinetd pure-ftpd ipsec radvd roxen shorewall shorewall6 squid
tftp) ],
N("_: Keep these entry short\nNetworking") => [ qw(network network-auth network-up resolvconf) ],