The branch stable/13 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=7eb5a5b111e90c374bec1166b16d52b367d3ec03
commit 7eb5a5b111e90c374bec1166b16d52b367d3ec03 Author: Paweł Krawczyk <[email protected]> AuthorDate: 2024-05-10 04:21:18 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2025-12-23 14:13:25 +0000 at cron file is now in /etc/cron.d PR: 243380 Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1106 (cherry picked from commit 783baf00128f6cf6fc08404eaad6a11b29d4025d) --- libexec/atrun/atrun.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/atrun/atrun.man b/libexec/atrun/atrun.man index 1f49ad9fbb37..766953ef015d 100644 --- a/libexec/atrun/atrun.man +++ b/libexec/atrun/atrun.man @@ -16,7 +16,7 @@ runs jobs queued by The system .Xr crontab 5 file -.Pa /etc/crontab +.Pa /etc/cron.d/at must contain the line .Bd -literal */5 * * * * root /usr/libexec/atrun
