From fe0a173ec903c28ee3ebbd7ae1c07412ea341459 Mon Sep 17 00:00:00 2001
From: Joerg Jaspert <joerg@debian.org>
Date: Mon, 6 Sep 2010 01:07:43 +0200
Subject: [PATCH] Dont run aptftpcleanup in dinstall

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/backports/cron.dinstall | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/config/backports/cron.dinstall b/config/backports/cron.dinstall
index 15e339f3..b26626af 100755
--- a/config/backports/cron.dinstall
+++ b/config/backports/cron.dinstall
@@ -398,13 +398,13 @@ GO=(
 )
 stage $GO &
 
-GO=(
-    FUNC="aptftpcleanup"
-    TIME="apt-ftparchive cleanup"
-    ARGS=""
-    ERR="false"
-)
-stage $GO
+# GO=(
+#     FUNC="aptftpcleanup"
+#     TIME="apt-ftparchive cleanup"
+#     ARGS=""
+#     ERR="false"
+# )
+# stage $GO
 
 log "Daily cron scripts successful, all done"
 
-- 
2.39.5