Actions
Regression #14016
closedFreeBSD default ``cron`` jobs are enabled when they should be disabled
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
23.05
Release Notes:
Default
Affected Version:
2.7.0
Affected Architecture:
Description
Somewhere in the move to FreeBSD main the default OS cron jobs in /etc/crontab got enabled. It looks like maybe in the past we had a patch that disabled them that got lost.
We don't need anything from that file anyhow, we can just overwrite it with what we need and if users want to customize things they can use the cron package or drop files in /etc/cron.d
Updated by Jim Pingle over 1 year ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset ff715efce5e6c65b3d49dc2da7e1bdc437ecbf12.
Updated by Christopher Cope over 1 year ago
- Status changed from Feedback to Resolved
Tested on
23.05-DEVELOPMENT (amd64) built on Fri Mar 03 06:04:04 UTC 2023 FreeBSD 14.0-CURRENT
/etc/crontab looks good now. Marking Resolved.
Updated by Jim Pingle over 1 year ago
- Subject changed from Some FreeBSD default cron jobs are enabled when they should be disabled to FreeBSD default ``cron`` jobs are enabled when they should be disabled
Updating subject for release notes.
Actions