slitaz-forge rev 89

tank: Updated /var/spool/cron/crontabs/root file.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Feb 17 13:21:14 2012 -0500 (2012-02-17)
parents b2180a974f62
children eb61f687607b
files tank/files/var/spool/cron/crontabs/root
line diff
     1.1 --- a/tank/files/var/spool/cron/crontabs/root	Fri Feb 17 13:15:16 2012 -0500
     1.2 +++ b/tank/files/var/spool/cron/crontabs/root	Fri Feb 17 13:21:14 2012 -0500
     1.3 @@ -1,27 +1,27 @@
     1.4 -# Update Web stats
     1.5 -0 0 * * * /usr/sbin/awsupdate_all
     1.6 +# Update http://tank.slitaz.org/graphs.php pictures
     1.7 +*/5 * * * * /home/slitaz/www/tank/bin/makegraphs >/dev/null
     1.8  
     1.9 -# Backup MySQL databases
    1.10 -0 30 * * * /usr/bin/mybackup.sh
    1.11 +# Check Internet access
    1.12 +*/5 * * * * /usr/bin/chkwan
    1.13  
    1.14 -# Rotate logs daily
    1.15 -0 1 * * *  /usr/sbin/logrotate /etc/logrotate.conf
    1.16 +# purge php sessions
    1.17 +0 * * * * /usr/bin/find /tmp -name 'sess*' -type f -mmin +720 -exec rm -f {} \;
    1.18 +
    1.19 +# rotate logs
    1.20 +0 1 * * *  /usr/sbin/logrotate /etc/logrotate.conf > /dev/null 2>&1
    1.21 +0 0 * * * /usr/bin/ntpclient -s -h fr.pool.ntp.org
    1.22  
    1.23  # Update SliTaz stuff
    1.24 -15 02 * * * /usr/bin/tazdev update-www
    1.25 -*/20 * * * * /home/slitaz/www/website/libs/get-latest.sh
    1.26 +15 02 * * * /usr/bin/tank up-www
    1.27 +*/15 * * * * /home/slitaz/www/website/libs/get-feeds.sh
    1.28  20 02 * * * /usr/bin/tazpkg-web cooking
    1.29  30 02 * * * /usr/bin/tazpkg-web stable
    1.30  
    1.31 -# Update RSS channels
    1.32 -40 02 * * * /usr/bin/tazrss cooking
    1.33 -40 02 * * * /usr/bin/tazrss stable
    1.34 +0,10,20,30,40,50 * * * * /usr/bin/roundup-mailgw /home/slitaz/bugs/ \
    1.35 +	pop bugs@slitaz.org:Bugs4SliTaz@pop.slitaz.org
    1.36  
    1.37 -# Update system load graphics
    1.38 -*/5 * * * * /home/slitaz/www/tank/bin/makegraphs >/dev/null
    1.39 +# Update flavors repo, until Gok* update its tools - pascal
    1.40 +0 */2 * * * cd /home/slitaz/cooking/sandbox/home/slitaz/cooking/flavors && hg pull -u
    1.41  
    1.42 -# Backup (will be sync'd by mirror)
    1.43 -0 3 * * *  /home/backups/tank/backup.sh
    1.44 -
    1.45 -# Send all sources to mirror
    1.46 -0 23 * * *  /home/slitaz/sources/update.sh update >/dev/null 2>&1
    1.47 +# Build rolling release every day if necessary
    1.48 +0 4 * * * /home/bellard/rolling/rolling.sh
    1.49 \ No newline at end of file