systemd-cron 1.5.17-3 source package in Ubuntu

Changelog

systemd-cron (1.5.17-3) unstable; urgency=high

  * Sync with latest src:cron, to avoid old bugs in this codebase
    (892720, 892721, 892724).
  * (Closes: #992748), again

 -- Alexandre Detiste <email address hidden>  Wed, 08 Sep 2021 22:45:08 +0200

Upload details

Uploaded by:
pkg-systemd-maintainers
Uploaded to:
Sid
Original maintainer:
pkg-systemd-maintainers
Architectures:
linux-any
Section:
admin
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
systemd-cron_1.5.17-3.dsc 2.0 KiB 3bea9632d221d3f5f4901e653de123a272041bf7cb2095a1d82184996983b60a
systemd-cron_1.5.17.orig.tar.gz 31.6 KiB 847132a4517f03cf94253f275f006956d8c97a3506db450d33cbd36a25e3bf73
systemd-cron_1.5.17-3.debian.tar.xz 6.9 KiB 61154a45e7d13e99c7564fd08dd372252d8f70e33cce1eb53bc00e7ed09c6328

Available diffs

No changes file available.

Binary packages built by this source

systemd-cron: systemd units to provide cron daemon & anacron functionality

 Provides systemd units to run cron jobs in /etc/cron.hourly cron.daily
 cron.weekly and cron.monthly directories, without having cron
 or anacron installed.
 It also provides a generator that dynamicaly translate /etc/crontab,
 /etc/cron.d/* and user cronjobs in systemd units.
 Please notice this package provide a different set of features
 than Vixie-cron; trying to remain as simple as possible.
 By example, to avoid to run process through a wrapper,
 but have instead systemd run those directly,
 it only send mails on error, including only a small blurb
 from the Journal; but doesn't send the full output of processes.

systemd-cron-dbgsym: debug symbols for systemd-cron