Page MenuHomeFreeBSD

at(1): Fix location of system crontab
ClosedPublic

Authored by debdrup on Jul 17 2020, 5:36 PM.
Tags
None
Referenced Files
F121823240: D25709.diff
Sun, Jun 29, 5:12 PM
Unknown Object (File)
Thu, Jun 12, 11:58 PM
Unknown Object (File)
Mon, Jun 9, 9:32 PM
Unknown Object (File)
May 25 2025, 4:25 PM
Unknown Object (File)
May 16 2025, 3:51 AM
Unknown Object (File)
May 13 2025, 5:07 PM
Unknown Object (File)
Apr 22 2025, 10:55 PM
Unknown Object (File)
Apr 21 2025, 8:26 AM

Details

Summary

With r318443, atrun was moved from /etc/crontab to /etc/cron.d/at,
but the man-page was unfortunately not updated to reflect this.

PR: 248048
Reported by: yoitsmeremember+fbsd at gmail.com

Test Plan

Tested with mandoc

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Wordsmith the sentente to match behaviour described in r318443

pauamma_gundo.com added inline comments.
usr.bin/at/at.man
216 ↗(On Diff #74584)

Since you're touching that line anyway, maybe s/finer granularity/shorter interval/ at the same time?

debdrup added inline comments.
usr.bin/at/at.man
216 ↗(On Diff #74584)

It's not just a shorter interval that 'at' offers, it can be at 4 minutes 42 seconds or 5 minutes 42 seconds - so finer granularity is the correct wording.

This revision is now accepted and ready to land.Jul 17 2020, 8:41 PM
This revision was automatically updated to reflect the committed changes.