Skip site navigation (1)Skip section navigation (2)


index | | raw e-mail

    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


help