Page MenuHomeFreeBSD

at(1): Fix location of system crontab
ClosedPublic

Authored by debdrup on Jul 17 2020, 5:36 PM.
Tags
None
Referenced Files
F134306698: D25709.id74584.diff
Sat, Nov 1, 7:05 AM
Unknown Object (File)
Thu, Oct 30, 3:57 AM
Unknown Object (File)
Wed, Oct 29, 2:02 PM
Unknown Object (File)
Tue, Oct 28, 1:43 AM
Unknown Object (File)
Sun, Oct 26, 10:28 PM
Unknown Object (File)
Sun, Oct 26, 12:32 PM
Unknown Object (File)
Sun, Oct 26, 5:31 AM
Unknown Object (File)
Sat, Oct 25, 8:44 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 Passed
Unit
No Test Coverage
Build Status
Buildable 32384
Build 29865: 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
218

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
218

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.