Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/calendar



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.




Home | Main Index | Thread Index | Old Index