cron 3.0pl1-162ubuntu1 source package in Ubuntu

Changelog

cron (3.0pl1-162ubuntu1) mantic; urgency=medium

  * Merge with Debian unstable (LP: #2023077). Remaining changes:
    - debian/control: Move MTA to Suggests field.
    - debian/cron.default: change to a deprecated message to make it clear
      that the file is no longer in use.
    - d/p/f/inherit-path.patch: Add -P option to inherit PATH from environment,
      thanks to Tom Jones for the patch
    - Inherit PATH by default:
      + debian/crontab.main: Stop setting PATH
      + debian/cron.service, debian/cron.init: Pass -P to cron
  * Dropped changes, patch no longer applies:
    - Update crontab(5) manpage to match new behaviour
      [Relevant sections removed by d/p/fixes/crontab_5_manpage.patch]
  * New changes:
    - debian/tests/compare-with-old-cron-files: Compare against cron package
      shipped in Ubuntu Jammy instead of that shipped in Debian Bullseye

 -- Nick Rosbrook <email address hidden>  Fri, 02 Jun 2023 12:41:04 -0400

Upload details

Uploaded by:
Nick Rosbrook
Sponsored by:
Bryce Harrington
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cron_3.0pl1.orig.tar.gz 57.9 KiB d931e0688005dfa85cfdb60e19bf0a3848ebfa3ee3415bf2a6ea3ea9e5bcfd21
cron_3.0pl1-162ubuntu1.debian.tar.xz 115.6 KiB 943212dbd16759422a83b24f83608086bb8199ba3bbad24e8a0381129702fa03
cron_3.0pl1-162ubuntu1.dsc 2.2 KiB 302ca8de0e90d07752ffa977039069ede165f8fd61dc14d15adb07e106973ff8

View changes file

Binary packages built by this source

cron: process scheduling daemon

 The cron daemon is a background process that runs particular programs at
 particular times (for example, every minute, day, week, or month), as
 specified in a crontab. By default, users may also create crontabs of
 their own so that processes are run on their behalf.
 .
 Output from the commands is usually mailed to the system administrator
 (or to the user in question); you should probably install a mail system
 as well so that you can receive these messages.
 .
 This cron package does not provide any system maintenance tasks. Basic
 periodic maintenance tasks are provided by other packages, such
 as checksecurity.

cron-daemon-common: process scheduling daemon's configuration files

 The cron daemon is a background process that runs particular programs at
 particular times (for example, every minute, day, week, or month), as
 specified in a crontab. By default, users may also create crontabs of
 their own so that processes are run on their behalf.
 .
 This package provides configuration files which must be there to
 define scheduled process sets.

cron-dbgsym: debug symbols for cron