From nobody@FreeBSD.org  Fri Oct  5 15:08:34 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3EC9216A41A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  5 Oct 2007 15:08:34 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 23E7D13C448
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  5 Oct 2007 15:08:34 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l95F8YvZ013942
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 5 Oct 2007 15:08:34 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l95F8X3d013941;
	Fri, 5 Oct 2007 15:08:33 GMT
	(envelope-from nobody)
Message-Id: <200710051508.l95F8X3d013941@www.freebsd.org>
Date: Fri, 5 Oct 2007 15:08:33 GMT
From: Pablo Picasso <comet@transbay.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: calendar.birthday: Pablo Picasso's birthday is October 25 not October 5
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         116952
>Category:       conf
>Synopsis:       calendar.birthday: Pablo Picasso's birthday is October 25 not October 5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 05 15:10:01 GMT 2007
>Closed-Date:    Sun Oct 14 08:53:09 UTC 2007
>Last-Modified:  Sun Oct 14 09:00:02 UTC 2007
>Originator:     Pablo Picasso
>Release:        5.2
>Organization:
>Environment:
FreeBSD synergy.transbay.net 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Tue Jan 11 13:52:05 PST 2005     root@synergy.transbay.net:/usr/src/sys/i386/compile/BERKELEY  i386


>Description:
This "bug" appears in the FreeBSD 6.2-STABLE version of July 2007 too and in all
FreeBSD versions that I can find.

The /usr/bin/calendar program reports Pablo Picasso's birthday as October 5, but
his birthday is actually October 25:

>How-To-Repeat:
/usr/bin/calendar -t05.10


>Fix:
The contents of the /usr/share/calendar/calendar.birthday file need to be changed:

Change the line:

10/05 Pablo Picasso born in Malaga, Spain, 1881

to:

10/25 Pablo Picasso born in Malaga, Spain, 1881


Test by issuing the calendar commands

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Sun Oct 14 08:52:49 UTC 2007 
State-Changed-Why:  
Fixed.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116952 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/116952: commit references a PR
Date: Sun, 14 Oct 2007 08:52:39 +0000 (UTC)

 maxim       2007-10-14 08:52:30 UTC
 
   FreeBSD src repository
 
   Modified files:
     usr.bin/calendar/calendars calendar.birthday 
   Log:
   o Pablo Picasso's birthday is October 25 not October 5.
   
   PR:             conf/116952
   Submitted by:   Pablo Picasso <comet@transbay.net>
   
   Revision  Changes    Path
   1.35      +1 -1      src/usr.bin/calendar/calendars/calendar.birthday
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
 >/usr/bin/calendar -t05.10
 
 Oct  5  Pablo Picasso born in Malaga, Spain, 1881
 
 Should be:
 
 >/usr/bin/calendar -t25.10
 
 Oct 25  Pablo Picasso born in Malaga, Spain, 1881
 
 
 >/usr/bin/calendar -t05.10
 
 should not show Picasso, but testing for Oct 25 should
 
 >/usr/bin/calendar -t25.10
 
 Oct 25  Pablo Picasso born in Malaga, Spain, 1881
 
