diff --git a/Metadata/groups.xml b/Metadata/groups.xml index 347532b..855f301 100644 --- a/Metadata/groups.xml +++ b/Metadata/groups.xml @@ -338,7 +338,7 @@ - + @@ -483,6 +483,7 @@ + @@ -563,11 +564,23 @@ + + + + + + + + + + + + diff --git a/Packages/sources.xml b/Packages/sources.xml index aa82773..4212c19 100644 --- a/Packages/sources.xml +++ b/Packages/sources.xml @@ -37,4 +37,43 @@ amd64 + + + main + contrib + non-free + i386 + amd64 + + + main + contrib + non-free + i386 + amd64 + + + main + contrib + non-free + i386 + amd64 + + + main + contrib + non-free + i386 + amd64 + + + diff --git a/Probes/groups b/Probes/groups index 9c9708b..4a24835 100644 --- a/Probes/groups +++ b/Probes/groups @@ -25,9 +25,12 @@ elif [ -e /etc/debian_version ]; then 6.*) OUTPUT="$OUTPUT\ngroup:squeeze" ;; - "wheezy/sid") + 7.*) OUTPUT="$OUTPUT\ngroup:wheezy" ;; + 8.*) + OUTPUT="$OUTPUT\ngroup:jessie" + ;; "sid") OUTPUT="$OUTPUT\ngroup:sid" ;; diff --git a/Python/etc/logcheck/logcheck.logfiles b/Python/etc/logcheck/logcheck.logfiles deleted file mode 100644 index db065fe..0000000 --- a/Python/etc/logcheck/logcheck.logfiles +++ /dev/null @@ -1,26 +0,0 @@ -# -*- coding: utf-8; mode: python -*- - -info["owner"] = "root" -info["group"] = "logcheck" -info["perms"] = 0644 - -header("Fichiers surveilles par logcheck") - -@/var/log/auth.log -@/var/log/messages -@/var/log/kern.log -@/var/log/syslog -@/var/log/user.log - -if has("firewall"): - @/var/log/firewall/iptables.err - -if has("mailman"): - @/var/log/mailman/error - -if has("news"): - @/var/log/news/news.crit - -if has("postfix"): - @/var/log/mail.log - @/var/log/mail.err