Page MenuHomeFreeBSD

at(1): Fix location of system crontab
ClosedPublic

Authored by debdrup on Jul 17 2020, 5:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 6, 11:13 PM
Unknown Object (File)
Sat, Jul 5, 12:49 AM
Unknown Object (File)
Fri, Jul 4, 5:53 AM
Unknown Object (File)
Wed, Jul 2, 3:58 PM
Unknown Object (File)
Sun, Jun 29, 5:12 PM
Unknown Object (File)
Thu, Jun 12, 11:58 PM
Unknown Object (File)
Jun 9 2025, 9:32 PM
Unknown Object (File)
May 25 2025, 4:25 PM

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 Passed
Unit
No Test Coverage
Build Status
Buildable 32385
Build 29866: arc lint + arc unit

Event Timeline

Wordsmith the sentente to match behaviour described in r318443

pauamma_gundo.com added inline comments.
usr.bin/at/at.man
216

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

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.