Subject: CVS commit: src/usr.sbin/cron
To: None <source-changes@NetBSD.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 02/27/2004 23:22:09
Module Name:	src
Committed By:	enami
Date:		Fri Feb 27 23:22:09 UTC 2004

Modified Files:
	src/usr.sbin/cron: entry.c

Log Message:
Set DO[WM]_STAR if we mean `*' so that @yearly/@monthly/@weekly are
interpreted as documented/expected rather than "0 0 1 1 0-7" /
"0 0 1 * 0-7" / "0 0 1-31 * 0" respectively.  Fixes PR#24547.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/usr.sbin/cron/entry.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.