#!/bin/sh
#
# anacron's cron script
#
# This script updates anacron time stamps. It is called through run-parts
# either by anacron itself or by cron.
#
# The script is called "000anacron" to assure that it will be executed
# _before_ all other scripts.

exec /usr/sbin/anacron -u cron.weekly
