/usr/share/calendar/calendar.all is in bsdmainutils 9.0.12+nmu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | /*
* International and national calendar files
*
* This is the calendar master file. In the standard setup, it is
* included by /etc/calendar/default, so you can make any system-wide
* changes there and they will be kept when you upgrade. If you want
* to edit this file, copy it into /etc/calendar/calendar.all and
* edit it there.
*
*/
#ifndef _calendar_all_
#define _calendar_all_
#include <calendar.world>
#include <calendar.argentina>
#include <calendar.australia>
#include <calendar.belgium>
#include <calendar.birthday>
#include <calendar.christian>
#include <calendar.computer>
#include <calendar.croatian>
#include <calendar.debian>
#include <calendar.discordian>
#include <calendar.dutch>
#include <calendar.eu>
#include <calendar.freebsd>
#include <calendar.french>
#include <calendar.german>
#include <calendar.history>
#include <calendar.holiday>
#include <calendar.hungarian>
#include <calendar.judaic>
#include <calendar.kazakhstan>
#include <calendar.lotr>
#include <calendar.music>
#include <calendar.newzealand>
#include <calendar.pagan>
#include <calendar.russian>
#include <calendar.southafrica>
#include <calendar.thai>
#include <calendar.ubuntu>
#include <calendar.ukrainian>
#include <calendar.unitedkingdom>
#include <calendar.usholiday>
#endif /* !_calendar_all_ */
|