]> git.etc.gen.nz Git - update-motd.git/commitdiff
added update-motd.cron.d, which was moved to this location
authorDustin Kirkland <kirkland@canonical.com>
Fri, 19 Sep 2008 22:29:00 +0000 (17:29 -0500)
committerDustin Kirkland <kirkland@canonical.com>
Fri, 19 Sep 2008 22:29:00 +0000 (17:29 -0500)
debian/update-motd.cron.d [new file with mode: 0644]

diff --git a/debian/update-motd.cron.d b/debian/update-motd.cron.d
new file mode 100644 (file)
index 0000000..e65cfaf
--- /dev/null
@@ -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