summaryrefslogtreecommitdiff
path: root/pcr/mycron-git/mycron.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-10-09 21:07:26 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-10-09 21:07:26 -0200
commit66174628313398909679b2a88cab535627fa4dc9 (patch)
treeb403b67e48e3504f7f8a0ea62c5fe5cc37c5f4cb /pcr/mycron-git/mycron.install
parentb42154133403f057f59444375480b78a8c922be6 (diff)
parent2161d99a0e246788462de5377c74142ff250172b (diff)
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
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
}