On Mon, 10 Feb 2020 22:16:04 +0100, Ingo Schwarze wrote: > Even if there were something locale-dependent in cron(8), and even > if we consider somebody using these program in a portable way on a > non-OpenBSD system, i believe a daemon started as root should not be > locale-dependent, so i'd like to commit the patch to cron.c in any > case. > > While crontab.c does not seem quite as important, i see no possible > harm in cleaning this up, so i'd like to commit that one, too.
I think these are both fine. In theory the date in the second line of the crontab comment block could be locale-dependent but that is not supposed to be user-visible anyway. - todd
