CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/19 15:26:03
Modified files:
usr.sbin/cron : entry.c
Log message:
Fix skipping of white space after the username in /etc/crontab.
Only a single white space character was consumed, we should be
consuming all white space between fields. This change makes things
consistent with how lines without a username are parsed.
OK deraadt@ sthen@
