From nobody@FreeBSD.org  Mon Oct 22 01:56:30 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 180AE1BA
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 22 Oct 2012 01:56:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 002118FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 22 Oct 2012 01:56:30 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q9M1uTrk010727
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 22 Oct 2012 01:56:29 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id q9M1uTSj010726;
	Mon, 22 Oct 2012 01:56:29 GMT
	(envelope-from nobody)
Message-Id: <201210220156.q9M1uTSj010726@red.freebsd.org>
Date: Mon, 22 Oct 2012 01:56:29 GMT
From: Rodney W Grimes <rgrimes@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: de_AT.ISO_8859-15 missing from src/etc/mtree/BSD.usr.dist
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         172945
>Category:       conf
>Synopsis:       [mtree] [patch] de_AT.ISO_8859-15 missing from src/etc/mtree/BSD.usr.dist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 22 02:00:00 UTC 2012
>Closed-Date:    Wed Feb 05 10:50:19 CET 2014
>Last-Modified:  Wed Feb 05 10:50:19 CET 2014
>Originator:     Rodney W Grimes
>Release:        9.1RC2
>Organization:
>Environment:
FreeBSD  9.1-RC2 FreeBSD 9.1-RC2 #0: Sat Oct 20 00:38:46 UTC 2012     root@:/sys/amd64/compile/GENERIC  amd64

>Description:
de_AT.ISO_8859-15 was added (with a poorly formed named, but thats a seperate and larger problem report, should just be de_AT.ISO8859-15 to match other parts of locale and other systems) to src/share/calendar/Makefile but no entry in src/etc/mtree/BSD.usr.dist was made.

>How-To-Repeat:
Requires running the sanity checks in src/etc/mtree/README file on clean DESTDIR make installworld and noting differences.

>Fix:
Simple patch attached

Patch attached with submission follows:

diff -ru src/etc/mtree/BSD.usr.dist /mnt/usr/src/etc/mtree/BSD.usr.dist
--- src/etc/mtree/BSD.usr.dist	2012-08-13 23:53:11.000000000 +0000
+++ /mnt/usr/src/etc/mtree/BSD.usr.dist	2012-09-25 06:04:38.000000000 +0000
@@ -59,6 +59,8 @@
     ..
     share
         calendar
+	    de_AT.ISO_8859-15
+	    ..
             de_DE.ISO8859-1
             ..
             fr_FR.ISO8859-1


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: brueffer 
State-Changed-When: Wed Feb 5 10:48:20 CET 2014 
State-Changed-Why:  
This was committed as part of r255035 and merged back to 9-STABLE in r256127. 
Thanks for the submission Rodney, good to see you back! 

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