From jhs@berklix.com  Tue Feb 19 00:37:19 2013
Return-Path: <jhs@berklix.com>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 767669C5
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Feb 2013 00:37:19 +0000 (UTC)
	(envelope-from jhs@berklix.com)
Received: from flat.berklix.org (flat.berklix.org [83.236.223.115])
	by mx1.freebsd.org (Postfix) with ESMTP id F354DFA6
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Feb 2013 00:37:18 +0000 (UTC)
Received: from mart.js.berklix.net (p5DCBEC1B.dip.t-dialin.net [93.203.236.27])
	(authenticated bits=128)
	by flat.berklix.org (8.14.5/8.14.5) with ESMTP id r1J0a5OY009356;
	Tue, 19 Feb 2013 01:36:06 +0100 (CET)
	(envelope-from jhs@berklix.com)
Received: from lapr.js.berklix.net (lapr.js.berklix.net [192.168.91.68])
	by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id r1J0b28f015663;
	Tue, 19 Feb 2013 01:37:03 +0100 (CET)
	(envelope-from jhs@lapr.js.berklix.net)
Received: from lapr.js.berklix.net (localhost [127.0.0.1])
	by lapr.js.berklix.net (8.14.5/8.14.5) with ESMTP id r1J0aocR051912;
	Tue, 19 Feb 2013 01:36:56 +0100 (CET)
	(envelope-from jhs@lapr.js.berklix.net)
Received: (from jhs@localhost)
	by lapr.js.berklix.net (8.14.5/8.14.5/Submit) id r1J0ab1N047048;
	Tue, 19 Feb 2013 01:36:37 +0100 (CET)
	(envelope-from jhs)
Message-Id: <201302190036.r1J0ab1N047048@lapr.js.berklix.net>
Date: Tue, 19 Feb 2013 01:36:37 +0100 (CET)
From: "Julian H. Stacey" <jhs@berklix.com>
Reply-To: "Julian H. Stacey" <jhs@berklix.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: "Julian H. Stacey" <jhs@berklix.com>
Subject: fix calendar.1 to share/calendar not share/calendars
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         176256
>Category:       docs
>Synopsis:       fix calendar.1 to share/calendar not share/calendars
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    jh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 19 00:40:00 UTC 2013
>Closed-Date:    Mon May 13 14:20:53 UTC 2013
>Last-Modified:  Mon May 13 14:20:53 UTC 2013
>Originator:     "Julian H. Stacey" <jhs@berklix.com>
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
/home/jhs/.organization
>Environment:
System: FreeBSD lapr.js.berklix.net 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Tue Jan 29 22:57:22 CET 2013 jhs@lapr.js.berklix.net:/sys/amd64/compile/LAPR.small amd64


	
>Description:
	fix calendar.1 to share/calendar not share/calendars

>How-To-Repeat:
	
>Fix:
http://berklix.com/~jhs/src/bsd/fixes/FreeBSD/src/gen/usr.bin/calendar/calendar.1.dir.REL=ALL.diff

*** 9.1-RELEASE/src/usr.bin/calendar/calendar.1	Sat Nov 17 09:48:25 2012
--- new-generic/src/usr.bin/calendar/calendar.1	Tue Feb 19 01:22:05 2013
***************
*** 230,236 ****
  .El
  .Pp
  The following default calendar files are provided in
! .Pa /usr/share/calendars:
  .Pp
  .Bl -tag -width calendar.southafrica -compact
  .It Pa calendar.all
--- 230,236 ----
  .El
  .Pp
  The following default calendar files are provided in
! .Pa /usr/share/calendar:
  .Pp
  .Bl -tag -width calendar.southafrica -compact
  .It Pa calendar.all
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->jh 
Responsible-Changed-By: jh 
Responsible-Changed-When: Sat Apr 6 13:40:37 UTC 2013 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176256 
State-Changed-From-To: open->patched 
State-Changed-By: jh 
State-Changed-When: Sat Apr 6 13:42:49 UTC 2013 
State-Changed-Why:  
Patched in head (r249200). 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/176256: commit references a PR
Date: Sat,  6 Apr 2013 13:42:44 +0000 (UTC)

 Author: jh
 Date: Sat Apr  6 13:42:37 2013
 New Revision: 249200
 URL: http://svnweb.freebsd.org/changeset/base/249200
 
 Log:
   Correct the path.
   
   PR:		176256
   Submitted by:	jhs
 
 Modified:
   head/usr.bin/calendar/calendar.1
 
 Modified: head/usr.bin/calendar/calendar.1
 ==============================================================================
 --- head/usr.bin/calendar/calendar.1	Sat Apr  6 13:39:02 2013	(r249199)
 +++ head/usr.bin/calendar/calendar.1	Sat Apr  6 13:42:37 2013	(r249200)
 @@ -28,7 +28,7 @@
  .\"     @(#)calendar.1  8.1 (Berkeley) 6/29/93
  .\" $FreeBSD$
  .\"
 -.Dd June 13, 2002
 +.Dd April 6, 2013
  .Dt CALENDAR 1
  .Os
  .Sh NAME
 @@ -230,7 +230,7 @@ do not send mail if this file exists.
  .El
  .Pp
  The following default calendar files are provided in
 -.Pa /usr/share/calendars:
 +.Pa /usr/share/calendar:
  .Pp
  .Bl -tag -width calendar.southafrica -compact
  .It Pa calendar.all
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/176256: commit references a PR
Date: Mon, 13 May 2013 14:01:00 +0000 (UTC)

 Author: jh
 Date: Mon May 13 13:57:06 2013
 New Revision: 250597
 URL: http://svnweb.freebsd.org/changeset/base/250597
 
 Log:
   MFC r249200: Correct the path.
   
   PR:		176256
 
 Modified:
   stable/9/usr.bin/calendar/calendar.1
 Directory Properties:
   stable/9/usr.bin/calendar/   (props changed)
 
 Modified: stable/9/usr.bin/calendar/calendar.1
 ==============================================================================
 --- stable/9/usr.bin/calendar/calendar.1	Mon May 13 12:43:03 2013	(r250596)
 +++ stable/9/usr.bin/calendar/calendar.1	Mon May 13 13:57:06 2013	(r250597)
 @@ -28,7 +28,7 @@
  .\"     @(#)calendar.1  8.1 (Berkeley) 6/29/93
  .\" $FreeBSD$
  .\"
 -.Dd June 13, 2002
 +.Dd April 6, 2013
  .Dt CALENDAR 1
  .Os
  .Sh NAME
 @@ -230,7 +230,7 @@ do not send mail if this file exists.
  .El
  .Pp
  The following default calendar files are provided in
 -.Pa /usr/share/calendars:
 +.Pa /usr/share/calendar:
  .Pp
  .Bl -tag -width calendar.southafrica -compact
  .It Pa calendar.all
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/176256: commit references a PR
Date: Mon, 13 May 2013 14:02:31 +0000 (UTC)

 Author: jh
 Date: Mon May 13 14:00:24 2013
 New Revision: 250598
 URL: http://svnweb.freebsd.org/changeset/base/250598
 
 Log:
   MFC r249200: Correct the path.
   
   PR:		176256
 
 Modified:
   stable/8/usr.bin/calendar/calendar.1
 Directory Properties:
   stable/8/usr.bin/calendar/   (props changed)
 
 Modified: stable/8/usr.bin/calendar/calendar.1
 ==============================================================================
 --- stable/8/usr.bin/calendar/calendar.1	Mon May 13 13:57:06 2013	(r250597)
 +++ stable/8/usr.bin/calendar/calendar.1	Mon May 13 14:00:24 2013	(r250598)
 @@ -28,7 +28,7 @@
  .\"     @(#)calendar.1  8.1 (Berkeley) 6/29/93
  .\" $FreeBSD$
  .\"
 -.Dd June 13, 2002
 +.Dd April 6, 2013
  .Dt CALENDAR 1
  .Os
  .Sh NAME
 @@ -222,7 +222,7 @@ do not send mail if this file exists.
  .El
  .Pp
  The following default calendar files are provided in
 -.Pa /usr/share/calendars:
 +.Pa /usr/share/calendar:
  .Pp
  .Bl -tag -width calendar.southafrica -compact
  .It Pa calendar.all
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: jh 
State-Changed-When: Mon May 13 14:20:52 UTC 2013 
State-Changed-Why:  
Fixed in head, stable/9 and stable/8. 

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