+mythtv-status (0.9.0-3) unstable; urgency=medium
+
+ * If someone has removed /var/run/motd then tries to install (or
+ reinstall) this package, then it fails. We should make sure that
+ doesn't happen by making sure that /var/run/motd exists.
+
+ -- Andrew Ruthven <andrew@etc.gen.nz> Tue, 28 Oct 2008 15:12:02 +1300
+
mythtv-status (0.9.0-2) unstable; urgency=low
* The init.d script shouldn't check the return code anymore, as the
case "$1" in
start|reload|refresh|restart|force-reload)
log_daemon_msg "Updating $DESC" "$NAME"
+
+ # Just incase someone has removed their motd file.
+ [ ! -f /var/run/motd ] && touch /var/run/motd
[ ! -f /var/run/motd.orig ] && cp /var/run/motd /var/run/motd.orig
cp /var/run/motd.orig /var/run/motd.new