+mythtv-status (0.9.0-2) unstable; urgency=low
+
+ * The init.d script shouldn't check the return code anymore, as the
+ return code may be 1 if there any warnings present.
+
+ -- Andrew Ruthven <andrew@etc.gen.nz> Mon, 15 Sep 2008 11:16:53 +1200
+
mythtv-status (0.9.0-1) unstable; urgency=low
* New upstream release.
cp /var/run/motd.orig /var/run/motd.new
- if $DAEMON $ARGS -h $HOST >> /var/run/motd.new
- then
- mv /var/run/motd.new /var/run/motd
- fi
+ $DAEMON $ARGS -h $HOST >> /var/run/motd.new
+ mv /var/run/motd.new /var/run/motd
log_end_msg 0
;;
stop)