at(1): Fix location of at(1) crontab
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 Submitted by: debdrup Reported by: yoitsmeremember+fbsd at gmail.com Reviewed by: Pau Amma <pauamma at gundo.com> Sponsored by: Klara Inc. Differential Revision: https://reviews.freebsd.org/D25709
This commit is contained in:
parent
2cbe64ac2d
commit
cb0ef80502
@ -213,9 +213,10 @@ every five minutes.
|
||||
This implies that the granularity of
|
||||
.Nm
|
||||
might not be optimal for every deployment.
|
||||
If a finer granularity is needed, the system crontab at
|
||||
.Pa /etc/crontab
|
||||
needs to be changed.
|
||||
If a finer granularity is desired, the
|
||||
.Pa /etc/cron.d/at
|
||||
file can be edited and will be read by the system crontab, from which
|
||||
the SHELL and PATH environment variables are inherited.
|
||||
.Sh OPTIONS
|
||||
.Bl -tag -width indent
|
||||
.It Fl q Ar queue
|
||||
|
Loading…
Reference in New Issue
Block a user