From 51de615473ade25fcfe7886190577ebd1d1b3945 Mon Sep 17 00:00:00 2001 From: salles Date: Thu, 20 Sep 2007 08:47:15 +0200 Subject: [PATCH] Un petit warning pour laisser une trace darcs-hash:20070920064715-72cb0-1b21ae4ea33b4a2c513cd90088d3de6f47f64771.gz --- munin/postfix_mailstats | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/munin/postfix_mailstats b/munin/postfix_mailstats index 03e154ad..d4801227 100755 --- a/munin/postfix_mailstats +++ b/munin/postfix_mailstats @@ -1,4 +1,14 @@ #!/usr/bin/perl -w + +############### +# CRANS +############### +# La version de ce plugin dans debian Etch (<= 4.0r1) est bugguée. +# En attendant on utilise donc cette version +# À la mise à jour de munin, il est souhaitable de tester le fichier +# original (/usr/share/munin/plugins/postfix_mailstats). +############### 20/09/2007 - Nicolas Salles + # # Plugin to monitor the number of mails delivered and rejected by postfix. # @@ -15,6 +25,9 @@ # logfile - What file to read in logdir # # $Log: postfix_mailstats,v $ +# Revision 1.2 2007-09-20 06:47:15 salles +# Un petit warning pour laisser une trace +# # Revision 1.1 2007-09-20 06:45:03 salles # Ce plugin est buggué dans etch. # En attendant une mise à jour, on utilise cette version modifiée.