# Copyright (C) 2007-8 One Laptop Per Child Association, Inc.
# Licensed under the terms of the GNU GPL v2 or later; see COPYING for details.
# Written by C. Scott Ananian <cscott@laptop.org>

# check to see if it's time to check for a software update every 15 minutes.
MAILTO=""
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
SHELL=/bin/bash
*/15 * * * * root /usr/sbin/olpc-update-query --auto -s 10 1>/dev/null 2>/dev/null
