From c189670352481b263a453cdd063df7243a03b4b3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 18 Aug 2005 14:47:02 +0000 Subject: update naughtyServers for new distro --- perl-install/pkgs.pm | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 201b0a478..80cbf6b9d 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -1308,7 +1308,6 @@ am-utils my @new_80 = qw( jabber -MySQL am-utils boa cups @@ -1321,14 +1320,12 @@ openssh-server pidentd proftpd rwall -rwho squid webmin wu-ftpd ); my @new_81 = qw( -apache-mod_perl ftp-server-krb5 telnet-server-krb5 ypserv @@ -1346,8 +1343,6 @@ ucd-snmp ); my @new_92 = qw( -DansGuardian -MySQL-Max clusternfs gkrellm-server lisa @@ -1357,14 +1352,28 @@ openldap-servers samba-server saned vsftpd +); + + my @new_2006 = qw( +apache-conf +bpalogin +cfengine-cfservd +freeradius +mDNSResponder +openslp +pxe +routed +sendmail +spamassassin-spamd ); my @not_warned = qw( nfs-utils-clients portmap +howl ); # X server - (@new_80, @new_81, @new_82, @new_92, if_(!$quiet, @not_warned)); + (@new_80, @new_81, @new_82, @new_92, @new_2006, if_(!$quiet, @not_warned)); } sub naughtyServers { -- cgit v1.2.1