xref: /dflybsd-src/etc/calendar/default (revision d19ef5a274debcb71f2e8cd8dce8b954dc73944b)
1*d19ef5a2SAaron LI/*
2*d19ef5a2SAaron LI * This is the system-wide default calendar file, used if calendar(1)
3*d19ef5a2SAaron LI * is invoked by a user without a '~/.calendar/calendar' file.
4*d19ef5a2SAaron LI * This file may be edited or even deleted to reflect local policy.
5*d19ef5a2SAaron LI *
6*d19ef5a2SAaron LI * The following paths are searched in order to find calendar files for
7*d19ef5a2SAaron LI * inclusion:
8*d19ef5a2SAaron LI *     ~/.calendar
9*d19ef5a2SAaron LI *     /etc/calendar
10*d19ef5a2SAaron LI *     /usr/share/calendar
11*d19ef5a2SAaron LI *
12*d19ef5a2SAaron LI * If you want to modify the calendar files installed at
13*d19ef5a2SAaron LI * '/usr/share/calendar', copy them to '/etc/calendar'
14*d19ef5a2SAaron LI * or '~/.calendar' and edit there, so that the changes will be kept
15*d19ef5a2SAaron LI * after system upgrade.
16*d19ef5a2SAaron LI */
17*d19ef5a2SAaron LI
18*d19ef5a2SAaron LI#include <calendar.world>
19