3 # Run at the beginning of the month via cron, out of katie's crontab.
6 export SCRIPTVARS=/org/backports.org/dak-config/vars
9 ################################################################################
11 DATE=`date -d yesterday +%y%m`
13 cd ${basedir}/mail/archive
14 for m in mail import; do
19 chgrp debadmin ${m}-$DATE.gz
20 chmod 660 ${m}-$DATE.gz
30 chown dak:debadmin $DATE
33 ################################################################################