#!/bin/sh
#
# the comment header has been modified

test -x /usr/sbin/anacron || exit 0
anacron -u cron.weekly
