summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-08-18 14:47:02 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-08-18 14:47:02 +0000
commitc189670352481b263a453cdd063df7243a03b4b3 (patch)
tree85dd08134323fc834471546a4a1a93a83486165c
parentff7208aee41f2484d39e9a3b4db218fd602ffd6c (diff)
downloaddrakx-backup-do-not-use-c189670352481b263a453cdd063df7243a03b4b3.tar
drakx-backup-do-not-use-c189670352481b263a453cdd063df7243a03b4b3.tar.gz
drakx-backup-do-not-use-c189670352481b263a453cdd063df7243a03b4b3.tar.bz2
drakx-backup-do-not-use-c189670352481b263a453cdd063df7243a03b4b3.tar.xz
drakx-backup-do-not-use-c189670352481b263a453cdd063df7243a03b4b3.zip
update naughtyServers for new distro
-rw-r--r--perl-install/pkgs.pm21
1 files 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
@@ -1359,12 +1354,26 @@ 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 {