[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] cron.monthly



sync with raff and enable on ries

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/cron.monthly |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/config/debian/cron.monthly b/config/debian/cron.monthly
index d9e0099..184280b 100755
--- a/config/debian/cron.monthly
+++ b/config/debian/cron.monthly
@@ -15,6 +15,9 @@ cd /srv/ftp.debian.org/mail/archive
 for m in mail bxamail; do
     if [ -f $m ]; then
         mv $m ${m}-$DATE
+        touch ${m}
+        chown dak:ftpteam ${m}
+        chmod 660 ${m}
         sleep 20
         gzip -9 ${m}-$DATE
         chgrp $ftpgroup ${m}-$DATE.gz
-- 
1.5.6.5


Reply to: