svn commit: r363286 - head/usr.bin/at
Mateusz Piotrowski
0mp at FreeBSD.org
Sat Jul 18 10:30:28 UTC 2020
Hi,
On 7/17/20 10:43 PM, Allan Jude wrote:
> Author: allanjude
> Date: Fri Jul 17 20:43:00 2020
> New Revision: 363286
> URL: https://svnweb.freebsd.org/changeset/base/363286
>
> Log:
> at(1): Fix location of at(1) crontab
...
> Modified: head/usr.bin/at/at.man
> ==============================================================================
> --- head/usr.bin/at/at.man Fri Jul 17 19:07:59 2020 (r363285)
> +++ head/usr.bin/at/at.man Fri Jul 17 20:43:00 2020 (r363286)
> @@ -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.
SHELL and PATH should use the Ev macro:
the
.Ev SHELL
and
.Ev PATH
Cheers!
Mateusz
More information about the svn-src-all
mailing list