#!/bin/sh
# Updates the timestamp of last daily run for anacron
date +%Y%m%d > /var/spool/anacron/cron.daily
