From 943ea8dbd32cb69957544580ecfccc9b79ac6d47 Mon Sep 17 00:00:00 2001 From: Aurélien DESBRIÈRES Date: Thu, 9 Oct 2014 18:41:01 +0200 Subject: A standards compliant and convenient cron service. --- pcr/mycron-git/mycron.install | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pcr/mycron-git/mycron.install') diff --git a/pcr/mycron-git/mycron.install b/pcr/mycron-git/mycron.install index a56c1ab97..765d52b60 100644 --- a/pcr/mycron-git/mycron.install +++ b/pcr/mycron-git/mycron.install @@ -1,3 +1,7 @@ post_install() { - echo 'Don’t forget to set up your cron service/daemon to execute mycron every minute. See https://dev.0x7be.de/mycron for setup instructions and configuration examples.' | fold -sw 70 + echo 'Don’t forget to enable/start mycron with systemctl. See https://dev.0x7be.de/mycron.html for setup instructions and configuration examples.' | fold -sw 70 +} + +pre_upgrade() { + echo "Please note that ${1} is incompatible to versions prior to 2.9 because mycron is a fully-featured daemon/service now and no longer only a wrapper script. The multi-crontab-functionality and some other parts got removed due to general feature cleaning! If you’re already running a higher version it’s all fine." | fold -sw 70 } -- cgit v1.2.3