summaryrefslogtreecommitdiff
path: root/pcr/mycron-git/mycron.install
diff options
context:
space:
mode:
authorAurélien DESBRIÈRES <aurelien@hackers.camp>2014-10-09 18:41:01 +0200
committerAurélien DESBRIÈRES <aurelien@hackers.camp>2014-10-09 18:41:01 +0200
commit943ea8dbd32cb69957544580ecfccc9b79ac6d47 (patch)
treeef50f0eb391d23998b9e4d8d5bb68150eddcb85b /pcr/mycron-git/mycron.install
parent1598de563bc4102d8d51b264638b986cdef49eca (diff)
downloadabslibre-943ea8dbd32cb69957544580ecfccc9b79ac6d47.tar.gz
abslibre-943ea8dbd32cb69957544580ecfccc9b79ac6d47.tar.bz2
abslibre-943ea8dbd32cb69957544580ecfccc9b79ac6d47.zip
A standards compliant and convenient cron service.
Diffstat (limited to 'pcr/mycron-git/mycron.install')
-rw-r--r--pcr/mycron-git/mycron.install6
1 files changed, 5 insertions, 1 deletions
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
}