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@