diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-07 18:25:55 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-07 18:25:55 +0000 |
commit | 029ee7025bc6816502a2546da65bbbd93d4c7832 (patch) | |
tree | 809b19489a3e9cda465e12bf67d22dda792ad5cb | |
parent | 57ea64100f3ccd82fc8415fc27f5be929da6ff00 (diff) | |
download | drakx-029ee7025bc6816502a2546da65bbbd93d4c7832.tar drakx-029ee7025bc6816502a2546da65bbbd93d4c7832.tar.gz drakx-029ee7025bc6816502a2546da65bbbd93d4c7832.tar.bz2 drakx-029ee7025bc6816502a2546da65bbbd93d4c7832.tar.xz drakx-029ee7025bc6816502a2546da65bbbd93d4c7832.zip |
(root_services) add a FIXME note for future enhancement
-rw-r--r-- | perl-install/services.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm index f9c9f1b57..a2b8e5139 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -144,7 +144,8 @@ sub ask_ { my ($in) = @_; my %root_services = ( N("Printing") => [ qw(cups cupslpd cups-lpd hpoj lpd lpr oki4daemon) ], - + + # 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 |