diff --git a/Bundler/bcfg2.xml b/Bundler/bcfg2.xml
index dda23e9..7d2e47d 100644
--- a/Bundler/bcfg2.xml
+++ b/Bundler/bcfg2.xml
@@ -8,7 +8,6 @@
-
diff --git a/Cfg/etc/cron.script/bcfg2-report/bcfg2-report b/Cfg/etc/cron.script/bcfg2-report/bcfg2-report
deleted file mode 100644
index a39a264..0000000
--- a/Cfg/etc/cron.script/bcfg2-report/bcfg2-report
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-day=`date '+%d'`
-day1=$(($day-1))
-day2=$(($day-2))
-date=`date '+%Y-%m-'`
-body=`/usr/sbin/bcfg2-reports -d | grep "${date}$day\|${date}$day1\|${date}$day2" | sort`
-if [[ "$body" != "" ]]; then
- echo "$body" | /usr/bin/mail -s "Serveurs non synchronisés avec bcfg2" -a "X-Mailer: bcfg2-reports" roots@crans.org
-fi
diff --git a/Cfg/etc/cron.script/bcfg2-report/info.xml b/Cfg/etc/cron.script/bcfg2-report/info.xml
deleted file mode 100644
index a0b21f3..0000000
--- a/Cfg/etc/cron.script/bcfg2-report/info.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-