From f80eb2130c71da9ad40e253f956dfcdb1c0a8d83 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 19 Sep 2008 17:29:00 -0500 Subject: [PATCH] added update-motd.cron.d, which was moved to this location --- debian/update-motd.cron.d | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 debian/update-motd.cron.d 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 -- 2.30.2