From f4cf731d1aed3c7f58075fb035db24b291a6ee4a Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Fri, 17 Jul 2020 20:43:00 +0000 Subject: [PATCH] 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 Sponsored by: Klara Inc. Differential Revision: https://reviews.freebsd.org/D25709 --- usr.bin/at/at.man | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index fc1d55bababd..88af9d7f1c19 100644 --- a/usr.bin/at/at.man +++ b/usr.bin/at/at.man @@ -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