From b3b1e1767e13b0278e529e7032115136a8dca24a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Wed, 6 May 2015 19:55:05 +0200 Subject: [PATCH] Ajout de jessie --- Metadata/groups.xml | 15 ++++++++++- Packages/sources.xml | 39 +++++++++++++++++++++++++++ Probes/groups | 5 +++- Python/etc/logcheck/logcheck.logfiles | 26 ------------------ 4 files changed, 57 insertions(+), 28 deletions(-) delete mode 100644 Python/etc/logcheck/logcheck.logfiles 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