From lennox@cs.columbia.edu  Sun Oct  5 16:20:13 2003
Return-Path: <lennox@cs.columbia.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id ED1E916A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Oct 2003 16:20:13 -0700 (PDT)
Received: from cs.columbia.edu (cs.columbia.edu [128.59.16.20])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 04A8C43FDD
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Oct 2003 16:20:13 -0700 (PDT)
	(envelope-from lennox@cs.columbia.edu)
Received: from cnr.cs.columbia.edu (cnr.cs.columbia.edu [128.59.19.133])
	by cs.columbia.edu (8.12.10/8.12.10) with ESMTP id h95NKBLa027884
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 5 Oct 2003 19:20:12 -0400 (EDT)
Received: from cnr.cs.columbia.edu (localhost [127.0.0.1])
	by cnr.cs.columbia.edu (8.12.9p1/8.12.9) with ESMTP id h95NKB6b093158
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 5 Oct 2003 19:20:11 -0400 (EDT)
	(envelope-from lennox@cnr.cs.columbia.edu)
Received: (from lennox@localhost)
	by cnr.cs.columbia.edu (8.12.9p1/8.12.9/Submit) id h95NKBxE093157;
	Sun, 5 Oct 2003 19:20:11 -0400 (EDT)
Message-Id: <200310052320.h95NKBxE093157@cnr.cs.columbia.edu>
Date: Sun, 5 Oct 2003 19:20:11 -0400 (EDT)
From: Jonathan Lennox <lennox@cs.columbia.edu>
Reply-To: Jonathan Lennox <lennox@cs.columbia.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: One LOTR calendar event still in calendar.history
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57623
>Category:       bin
>Synopsis:       One LOTR calendar event still in calendar.history
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    grog
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 05 16:30:18 PDT 2003
>Closed-Date:    Wed Oct 08 17:32:00 PDT 2003
>Last-Modified:  Wed Oct 08 17:32:00 PDT 2003
>Originator:     Jonathan Lennox
>Release:        FreeBSD 5.1-RELEASE-p7 i386
>Organization:
Columbia University Computer Science
>Environment:
System: FreeBSD cnr.cs.columbia.edu 5.1-RELEASE-p7 FreeBSD 5.1-RELEASE-p7 #7: Wed Sep 24 18:19:12 EDT 2003 lennox@cnr.cs.columbia.edu:/usr/obj/usr/src/sys/CNR i386


	
>Description:

The calendar data file listing "history" events from Tolkien's _The Lord of
the Rings_ has fairly recently been split out from the file calendar.history
to a new file calendar.lotr.

However, when this was done, one entry was omitted.  This is presumably
because it was missing the parenthetical "(LOTR)" comment in the original
source file.  (This omission seems to date back to at least 4.3BSD-Reno, the
oldest BSD I can find with the LOTR calendar events in the calendar file.)

>How-To-Repeat:

$ calendar -t 5.10.2003 -f calendar.history
Oct  5  Frodo crosses bridge of Mitheithel
Oct  6  Antioch College is the first public school to admit men and women,
1853
Oct  6  Egyptian President Anwar es-Sadat is assassinated in Cairo, 1981
Oct  6  Israel is attacked by the alliance of Egypt and Syria, 1973
$ calendar -t 5.10.2003 -f calendar.lotr
$

>Fix:

Apply the following patch to the calendar files, and re-install:

--- usr.bin/calendar/calendars/calendar.history.orig	Tue Apr 22 06:33:43 2003
+++ usr.bin/calendar/calendars/calendar.history	Sun Oct  5 13:24:28 2003
@@ -340,7 +340,6 @@
 10/02	Thurgood Marshall sworn as the first black Supreme Court Justice, 1967
 10/04	Crimean war begins, 1853
 10/04	First space vehicle, Sputnik I, launched, 1957
-10/05	Frodo crosses bridge of Mitheithel
 10/06	Antioch College is the first public school to admit men and women, 1853
 10/06	Egyptian President Anwar es-Sadat is assassinated in Cairo, 1981
 10/06	Israel is attacked by the alliance of Egypt and Syria, 1973
--- usr.bin/calendar/calendars/calendar.lotr.orig	Sat Feb 15 05:57:20 2003
+++ usr.bin/calendar/calendars/calendar.lotr	Sun Oct  5 13:25:01 2003
@@ -37,6 +37,7 @@
 09/15	Black riders enter the Shire
 09/18	Frodo and company rescued by Bombadil
 09/28	Frodo wounded at Weathertop
+10/05	Frodo crosses bridge of Mitheithel
 10/16	Boromir reaches Rivendell
 10/17	Council of Elrond
 10/25	End of War of the Ring
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->grog 
Responsible-Changed-By: kris 
Responsible-Changed-When: Wed Oct 8 14:38:42 PDT 2003 
Responsible-Changed-Why:  
Assign to de facto calendar maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57623 
State-Changed-From-To: open->closed 
State-Changed-By: grog 
State-Changed-When: Wed Oct 8 17:29:09 PDT 2003 
State-Changed-Why:  
Fix applied. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57623 
>Unformatted:

Greg Lehey, 9 October 2003

	Patch committed, thanks.
