From d0c2bb53bd5d55bd9963f9c045a6c29fd3fa33b0 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Mon, 5 Mar 2012 15:10:10 +0000 Subject: [PATCH] Debian version 0.3 --- debian/changelog | 7 +++++++ debian/fake-hwclock.cron.hourly | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9ed5eb5..44d60fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +fake-hwclock (0.3) unstable; urgency=low + + * Really fix the cron job to exit cleanly after package removal. + Closes: #659254 + + -- Steve McIntyre <93sam@debian.org> Wed, 22 Feb 2012 10:20:26 +0000 + fake-hwclock (0.2) unstable; urgency=low * Move to /sbin. Closes: #658587 diff --git a/debian/fake-hwclock.cron.hourly b/debian/fake-hwclock.cron.hourly index 547809e..ec21540 100755 --- a/debian/fake-hwclock.cron.hourly +++ b/debian/fake-hwclock.cron.hourly @@ -3,4 +3,6 @@ # Simple cron script - save the current clock periodically in case of # a power failure or other crash -command -v fake-hwclock >/dev/null 2>&1 && fake-hwclock save +if (command -v fake-hwclock >/dev/null 2>&1) ; then + fake-hwclock save +fi -- 2.20.1