From: Dustin Kirkland Date: Fri, 19 Sep 2008 22:29:00 +0000 (-0500) Subject: added update-motd.cron.d, which was moved to this location X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f80eb2130c71da9ad40e253f956dfcdb1c0a8d83;p=update-motd.git added update-motd.cron.d, which was moved to this location --- diff --git a/debian/update-motd.cron.d b/debian/update-motd.cron.d new file mode 100644 index 0000000..e65cfaf --- /dev/null +++ b/debian/update-motd.cron.d @@ -0,0 +1,6 @@ +# /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