From 82cfca1d3d3e9f432678d7e687c6ca91731410c1 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 20 Jul 2009 19:02:57 -0400 Subject: ftpdir-cleanup: Don't scan 'any' dirs These are handled automatically when scanning other architecutres Signed-off-by: Aaron Griffin --- cron-jobs/ftpdir-cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron-jobs/ftpdir-cleanup') diff --git a/cron-jobs/ftpdir-cleanup b/cron-jobs/ftpdir-cleanup index 77a0843..dfa968e 100755 --- a/cron-jobs/ftpdir-cleanup +++ b/cron-jobs/ftpdir-cleanup @@ -1,7 +1,7 @@ #!/bin/bash repos="core extra testing community" -arches="any i686 x86_64" +arches="i686 x86_64" LOCKFILE="/tmp/.ftpdircleanup.lock" -- cgit v1.2.3-24-g4f1b