K 10 svn:author V 6 emaste K 8 svn:date V 27 2016-09-05T15:50:40.462326Z K 7 svn:log V 335 MFC r305269: cron: use existing maximum username constant MAXLOGNAME Previously cron had its own maximum username length limit, which was smaller than the system's MAXLOGNAME. This could lead to crontab -u updating the wrong user's crontab (if the name was truncated, and matched another user). PR: 212305 Reported by: Andrii Kuzik END