On Tue, Apr 14, 2020 at 07:59:35PM -0600, Todd C. Miller wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   mill...@cvs.openbsd.org 2020/04/14 19:59:35
> 
> Modified files:
>       usr.sbin/cron  : crontab.5 entry.c 
> 
> Log message:
> Add support for random values using the '~' operator.
> For example "0~30" will result in a random value between 0 and 30
> inclusive.  If either (or both) of the numbers on either side of
> the '~' are omitted, the appropriate limit (low or high) for the
> field will be used.  OK deraadt@ beck@ jmc@
> 

Thank you very much for this, this is a very practical feature.

Reply via email to