Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jul 2020 12:30:29 +0200
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        Allan Jude <allanjude@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r363286 - head/usr.bin/at
Message-ID:  <2fbe8c4c-d87e-b1d6-cb60-d0fe62c1a653@FreeBSD.org>
In-Reply-To: <202007172043.06HKh0CS076299@repo.freebsd.org>
References:  <202007172043.06HKh0CS076299@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2fbe8c4c-d87e-b1d6-cb60-d0fe62c1a653>