From 9f2d28c3e03ef6b42d685f5805972902a1732cb4 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Wed, 1 Oct 2014 12:52:12 +0100 Subject: [PATCH] Suggest cron-daemon as an alternative to cron --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 922b294..d80f54f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ fake-hwclock (0.8) UNRELEASED; urgency=medium * Add protection around save, don't go backwards unless forced. Closes: #763589 + * Suggest cron-daemon as an alternative to cron -- Steve McIntyre <93sam@debian.org> Wed, 01 Oct 2014 12:34:30 +0100 diff --git a/debian/control b/debian/control index f6771fc..65c08a8 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Git: http://git.einval.com/git/fake-hwclock.git Package: fake-hwclock Architecture: all Depends: ${misc:Depends} -Suggests: cron, ntp +Suggests: cron | cron-daemon, ntp Description: Save/restore system clock on machines without working RTC hardware Some machines don't have a working realtime clock (RTC) unit, or no driver for the hardware that does exist. fake-hwclock is a simple set -- 2.20.1