Last step in migration 2.3, now testing and debugging

This commit is contained in:
Maniacikarus
2008-09-28 12:25:54 +02:00
parent 5f5686d0ed
commit 1c163c0441
5 changed files with 49 additions and 70 deletions

View File

@@ -171,6 +171,7 @@ echo \\n running on \\s \\r \\m >> /etc/issue
# Update crontab
#
grep -v "ipacsum" /var/spool/cron/root.orig > /tmp/root.orig.tmp
echo "Backup collectd files\n01 * * * * /etc/init.d/collectd backup >/dev/null" >> /tmp/root.orig.tmp
mv /tmp/root.orig.tmp /var/spool/cron/root.orig
chmod 600 /var/spool/cron/root.orig
chown root:cron /var/spool/cron/root.orig