Cron Daemon
cron automatically starts programs at specific times. Add new entries
with "crontab -e". (See "man 5 crontab" and "man 1 crontab" for
documentation.)
Under /etc, find the directories cron.hourly, cron.daily, cron.weekly,
and cron.monthly. Scripts and programs that are located there are
started automatically.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/cronie && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
cron.service | 0000000323 323 Bytes | |
cron_to_cronie.README | 0000000181 181 Bytes | |
cronie-1.6.0.tar.gz | 0000149859 146 KB | |
cronie-crond_pid.diff | 0000000389 389 Bytes | |
cronie-nheader_lines.diff | 0000002836 2.77 KB | |
cronie-pam_config.diff | 0000000826 826 Bytes | |
cronie.changes | 0000051170 50 KB | |
cronie.spec | 0000008888 8.68 KB | |
deny.sample | 0000000006 6 Bytes | |
fix-manpage-replace-anacrontab-with-crontab.patch | 0000000782 782 Bytes | |
run-crons | 0000009362 9.14 KB | |
sample.root | 0000000720 720 Bytes | |
sysconfig.cron | 0000002392 2.34 KB |
Revision 84 (latest revision is 94)
Dominique Leuenberger (dimstar_suse)
accepted
request 965744
from
Dirk Mueller (dirkmueller)
(revision 84)
Comments 3
Cronie 1.5.2-1 has been released; https://archlinux.pkgs.org/rolling/archlinux-core-x86_64/cronie-1.5.2-1-x86_64.pkg.tar.xz.html
Hi, since the latest update (1.6.0) it seems to require
debianutils
, albeit the changelog not showing it to be a recent addition in %post (looks like it's there since a longer time already?) - is this expected for such a common SUSE package? I could not quite make out which part in %post it is required for - but maybe I missed it!Hi!
This is the change from the changelog:
I have switched the cronie package to run-parts because it is a maintained script and it is used in various distributions, as opposed to run-crons which is SUSE specific. It fixes various shortcomings of run-crons, which got a couple of bugs reported in the last years. It is not needed in
%post
but it is a runtime dependency.