Subject: CVS commit: src/usr.bin/calendar
To: None <source-changes@NetBSD.org>
From: Jim Wise <jwise@netbsd.org>
List: source-changes
Date: 11/29/2004 17:03:43
Module Name:	src
Committed By:	jwise
Date:		Mon Nov 29 17:03:43 UTC 2004

Modified Files:
	src/usr.bin/calendar: calendar.c

Log Message:
Instead of searching only for a calendar file named `calendar' in the current
directory, use the first found of:

	./calendar
	./.calendar
	/etc/calendar

Note that currently only the first found of these is used (so that users may
override a system calendar placed in /etc if desired).  Users who want can always
use #include to continue the chain...


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/usr.bin/calendar/calendar.c

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