| commit | e8c408a3d460ce2f6e2ab4c308516cd425efdcb5 | [log] [download] |
|---|---|---|
| author | Peter Volkov <pva@gentoo.org> | Sun Apr 05 21:51:01 2009 +0400 |
| committer | Kir Kolyshkin <kir@openvz.org> | Mon Apr 06 13:35:17 2009 +0400 |
| tree | 63f6c3cd196a86704080ecc276b49ce976936560 | |
| parent | d4d3bca4052daaf265946159a71fc9ed16c33cb8 [diff] |
etc/init.d/vz-gentoo: issue warning if cronjobs aren't automatically set
Init script is supposed to set cronjobs automatically on start and remove
them on stop. This works only with cron daemons that may hook at runtime
scripts at ${DST_CRONSCRIPT_DIR} (e.g. sys-process/vixie-cron can). For
other cron daemons it's safer to warn users and ask them to set cronjobs
manually.
http://bugzilla.openvz.org/show_bug.cgi?id=1078