diff options
-rw-r--r-- | perl-install/NEWS | 3 | ||||
-rw-r--r-- | perl-install/install/NEWS | 3 | ||||
-rw-r--r-- | perl-install/services.pm | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 56c05b66a..961cd53eb 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- services (thanks to spuk): + o list ip6tables in "Internet" category + Version 11.40 - 10 September 2008 - libdrakX: diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 348f5de23..b7bf6ebec 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- services (thanks to spuk): + o list ip6tables in "Internet" category + Version 11.40 - 10 September 2008 - libdrakX: diff --git a/perl-install/services.pm b/perl-install/services.pm index 3fe024ae8..cdf150b38 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -122,7 +122,7 @@ sub ask_ { my %root_services = ( N("Printing") => [ qw(cups cupslpd lpr lpd oki4daemon hpoj cups-lpd) ], N("Internet") => [ qw(httpd boa tux roxen ftp pftp tftp proftpd wu-ftpd pure-ftpdipsec proftpd-xinetd - ipchains iptables ipvsadm isdn4linux ibod jabber jabber-icq adsl squid + ipchains iptables ip6tables ipvsadm isdn4linux ibod jabber jabber-icq adsl squid portsentry prelude nessusd junkbuster radvd cddbp ippl iptoip jail.init) ], N("File sharing") => [ qw(nfs nfslock smb nettalk netfs mcserv autofs amd venus.init auth2.init codasrv.init update.init swat) ], |