diff options
| author | Pierre Pronchery <khorben@FreeBSD.org> | 2025-11-25 09:51:57 +0000 |
|---|---|---|
| committer | Pierre Pronchery <khorben@FreeBSD.org> | 2026-03-12 22:53:32 +0000 |
| commit | 4c72e5cde0177f19fd10f8bbd6005882075a7830 (patch) | |
| tree | 0de19793d94db362914770d650a33285a6439bc2 | |
| parent | 041e9eb1ae094a81e55fbcaba37eb2ac194658cc (diff) | |
calendar.freebsd: add myself (khorben@)
This adds my date and place of birth to FreeBSD's calendar file, so I
can let the system(tm) remind me when that counter increments.
Confirmed to be working with the following command:
```
$ calendar -f usr.bin/calendar/calendars/calendar.freebsd -t 18.08
Aug 18 Pierre Pronchery <khorben@FreeBSD.org> born in Nantes, France, 1982
[...]
```
Reviewed by: philip (mentor)
Approved by: philip (mentor)
Differential Revision: https://reviews.freebsd.org/D55825
| -rw-r--r-- | usr.bin/calendar/calendars/calendar.freebsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/calendar/calendars/calendar.freebsd b/usr.bin/calendar/calendars/calendar.freebsd index 37dad2d237a7..9084ed0589ec 100644 --- a/usr.bin/calendar/calendars/calendar.freebsd +++ b/usr.bin/calendar/calendars/calendar.freebsd @@ -337,6 +337,7 @@ 08/14 Stefan Esser <se@FreeBSD.org> born in Cologne, Nordrhein-Westfalen, Germany, 1961 08/16 Andrey Chernov <ache@FreeBSD.org> died in Moscow, Russian Federation, 2017 08/17 Olivier Houchard <cognet@FreeBSD.org> born in Nancy, France, 1980 +08/18 Pierre Pronchery <khorben@FreeBSD.org> born in Nantes, France, 1982 08/19 Chin-San Huang <chinsan@FreeBSD.org> born in Yi-Lan, Taiwan, Republic of China, 1979 08/19 Pav Lucistnik <pav@FreeBSD.org> born in Kutna Hora, Czech Republic, 1980 08/20 Michael Heffner <mikeh@FreeBSD.org> born in Cleona, Pennsylvania, United States, 1981 |
