Subject: CVS commit: basesrc/usr.sbin/cron
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 08/03/2002 05:03:00
Module Name:	basesrc
Committed By:	itojun
Date:		Sat Aug  3 02:03:00 UTC 2002

Modified Files:
	basesrc/usr.sbin/cron: database.c do_command.c

Log Message:
o Instead of passing "*system*" as the fname to process_crontab()
  for the system crontab file, pass a NULL pointer instead.  This
  prevents someone from creating a "*system*" file in the tabs directory
  that acts as an alternate root crontab.

from openbsd


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/usr.sbin/cron/database.c
cvs rdiff -r1.10 -r1.11 basesrc/usr.sbin/cron/do_command.c

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