# /etc/cron.d/update-motd: crontab fragment for update-motd
#
# Running 'update-motd' dynamically generates the /etc/motd with
# a concatenation of output from each script in /etc/update-motd.d.

*/10 * * * *	root	[ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd 2>/dev/null
