From syssgm@dtir.qld.gov.au  Tue Oct 13 02:13:02 1998
Received: from ren.dtir.qld.gov.au (ns.dtir.qld.gov.au [203.108.138.66])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA26799
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Oct 1998 02:13:00 -0700 (PDT)
          (envelope-from syssgm@dtir.qld.gov.au)
Received: by ren.dtir.qld.gov.au; id TAA03580; Tue, 13 Oct 1998 19:12:34 +1000 (EST)
Received: from ogre.dtir.qld.gov.au(167.123.8.3) by ren.dtir.qld.gov.au via smap (3.2)
	id xma003578; Tue, 13 Oct 98 19:12:33 +1000
Received: from atlas.dtir.qld.gov.au (atlas.dtir.qld.gov.au [167.123.8.9])
	by ogre.dtir.qld.gov.au (8.8.8/8.8.7) with ESMTP id TAA13399
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Oct 1998 19:12:33 +1000 (EST)
Received: from nymph.dtir.qld.gov.au (nymph.dtir.qld.gov.au [167.123.10.10])
	by atlas.dtir.qld.gov.au (8.8.5/8.8.5) with ESMTP id TAA08638
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Oct 1998 19:12:33 +1000 (EST)
Received: (from syssgm@localhost)
	by nymph.dtir.qld.gov.au (8.8.8/8.8.7) id TAA26732;
	Tue, 13 Oct 1998 19:12:32 +1000 (EST)
	(envelope-from syssgm)
Message-Id: <199810130912.TAA26732@nymph.dtir.qld.gov.au>
Date: Tue, 13 Oct 1998 19:12:32 +1000 (EST)
From: Stephen McKay <syssgm@dtir.qld.gov.au>
Reply-To: syssgm@dtir.qld.gov.au
To: FreeBSD-gnats-submit@freebsd.org
Subject: LC_TIME for en_AU.ISO_8859-1 is wrong
X-Send-Pr-Version: 3.2

>Number:         8302
>Category:       bin
>Synopsis:       LC_TIME for en_AU.ISO_8859-1 is wrong
>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:   Tue Oct 13 02:20:01 PDT 1998
>Closed-Date:    Tue Oct 13 13:20:41 PDT 1998
>Last-Modified:  Tue Oct 13 13:21:03 PDT 1998
>Originator:     Stephen McKay
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
none
>Environment:

Fairly recent -current.  Dual PPro 200.

>Description:

/usr/share/locale/en_AU.ISO_8859-1/LC_TIME is linked to the US LC_TIME.
The Australian view of time is closer to the British view.  So it should
link to en_GB.ISO_8859-1/LC_TIME.

>How-To-Repeat:

Inspect /usr/share/local/en_AU.ISO_8859-1.

>Fix:

This patch should work, but I can't test installworld on any -current box
at this time.  Sorry.

This patch applies to -stable as well.

Index: Makefile
===================================================================
RCS file: /cvs/src/share/timedef/data/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- Makefile	1998/08/10 09:49:42	1.27
+++ Makefile	1998/10/13 09:01:05
@@ -36,7 +36,8 @@
 IT_LINKS =      it_CH
 LN_LINKS =      lt_LN.ASCII lt_LN.ISO_8859-2
 NL_LINKS =      nl_BE
-US_LINKS =      en_AU en_CA
+US_LINKS =      en_CA
+GB_LINKS =      en_AU
 
 .SUFFIXES: .src .out
 
@@ -72,6 +73,10 @@
 	done
 	for l in ${US_LINKS}; do \
 		ln -fs ../en_US.ISO_8859-1/LC_TIME \
+		       ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
+	done
+	for l in ${GB_LINKS}; do \
+		ln -fs ../en_GB.ISO_8859-1/LC_TIME \
 		       ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
 	done
 

Stephen.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ache 
State-Changed-When: Tue Oct 13 13:20:41 PDT 1998 
State-Changed-Why:  
fixed in Makefile v1.28 
>Unformatted:
