diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-09-11 07:39:11 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-09-11 07:39:11 +0000 |
commit | b91578961c470e3a90d2a275fd65a9f0c751adfa (patch) | |
tree | 4861304dc46052a228f16ad7e9f8c1b31485c012 /perl-install | |
parent | 34ff41ed47b8c737471f875d500e33170d07d7f7 (diff) | |
download | drakx-b91578961c470e3a90d2a275fd65a9f0c751adfa.tar drakx-b91578961c470e3a90d2a275fd65a9f0c751adfa.tar.gz drakx-b91578961c470e3a90d2a275fd65a9f0c751adfa.tar.bz2 drakx-b91578961c470e3a90d2a275fd65a9f0c751adfa.tar.xz drakx-b91578961c470e3a90d2a275fd65a9f0c751adfa.zip |
list ip6tables service in "Internet" category (thanks to spuk)
Diffstat (limited to 'perl-install')
-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) ], |