anacron 2.3-32ubuntu1 source package in Ubuntu

Changelog

anacron (2.3-32ubuntu1) kinetic; urgency=low

  * Merge from Debian unstable. (LP: #1977739)  Remaining changes:
    - Do not override PATH in anacrontab and cron.d anymore.
      (LP: 1779767)

 -- Nathan Pratta Teodosio <email address hidden>  Mon, 06 Jun 2022 10:05:00 -0300

Upload details

Uploaded by:
Nathan Teodosio
Sponsored by:
Bryce Harrington
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
anacron_2.3.orig.tar.gz 23.5 KiB ceee7520bc49f861499f7eff4c7990d21d39d8a1d3e24449947a7ed5aa34761d
anacron_2.3-32ubuntu1.debian.tar.xz 21.1 KiB a8621182b656fcf57d4e44a2d46eb56356e44a29c046ce02d7bf07ad9e5a1c4c
anacron_2.3-32ubuntu1.dsc 1.9 KiB e4136a30c386e9b8fd47f1d49ef150bc9ea273a91fd1c7fdcdb959f81062437f

View changes file

Binary packages built by this source

anacron: cron-like program that doesn't go by time

 Anacron (like "anac(h)ronistic") is a periodic command scheduler. It
 executes commands at intervals specified in days. Unlike cron, it
 does not assume that the system is running continuously. It can
 therefore be used to control the execution of daily, weekly, and
 monthly jobs (or anything with a period of n days), on systems that
 don't run 24 hours a day. When installed and configured properly,
 Anacron will make sure that the commands are run at the specified
 intervals as closely as machine uptime permits.
 .
 This package is pre-configured to execute the daily jobs of the
 Debian system. You should install this program if your system isn't
 powered on 24 hours a day to make sure the maintenance jobs of other
 Debian packages are executed each day.

anacron-dbgsym: debug symbols for anacron