From de132397ffd157a600304b6bff3bc5029e4ab658 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Thu, 20 Dec 2012 10:31:20 +1300 Subject: [PATCH] Fix the use of motd in the LSB header. --- debian/changelog | 8 ++++++++ debian/init.d | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 411c53b..e3b93d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mythtv-status (0.10.2-3) unstable; urgency=low + + * Fix the use of motd as a facility name, shouldn't be $motd. + Reported by Julian Cristau, thank you. + * Don't abort the init.d if we can't remove /var/run/motd.orig. + + -- Andrew Ruthven Thu, 20 Dec 2012 10:29:31 +1300 + mythtv-status (0.10.2-2) unstable; urgency=low * Handle a stale temp file more gracefully (Closes: #681684) diff --git a/debian/init.d b/debian/init.d index 4dbb00f..e64f719 100644 --- a/debian/init.d +++ b/debian/init.d @@ -21,8 +21,8 @@ # Provides: mythtv-status # Required-Start: $remote_fs # Required-Stop: $remote_fs -# Should-Start: $named mythtv-backend $motd -# Should-Stop: $named mythtv-backend $motd +# Should-Start: $named mythtv-backend motd +# Should-Stop: $named mythtv-backend motd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Update the MOTD with the MythTV status -- 2.30.2