From root@mail.alpha-tierchen.de  Sat Jan 22 13:56:13 2005
Return-Path: <root@mail.alpha-tierchen.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3A6CC16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Jan 2005 13:56:13 +0000 (GMT)
Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 61D3643D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Jan 2005 13:56:12 +0000 (GMT)
	(envelope-from root@mail.alpha-tierchen.de)
Received: from mail.alpha-tierchen.de (port-212-202-169-228.dynamic.qsc.de [212.202.169.228])
	by mail.efacilitas.de (Postfix) with ESMTP id 570F51239E6
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Jan 2005 14:55:51 +0100 (CET)
Received: from localhost (localhost.local [127.0.0.1])
	by mail.alpha-tierchen.de (Postfix) with ESMTP id 04C31CCD81F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Jan 2005 14:55:26 +0100 (CET)
Received: from mail.alpha-tierchen.de ([127.0.0.1])
 by localhost (mail.efacilitas.de [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 04277-01 for <FreeBSD-gnats-submit@freebsd.org>;
 Sat, 22 Jan 2005 14:55:24 +0100 (CET)
Received: by mail.alpha-tierchen.de (Postfix, from userid 0)
	id 37145CCD81E; Sat, 22 Jan 2005 14:55:24 +0100 (CET)
Message-Id: <20050122135524.37145CCD81E@mail.alpha-tierchen.de>
Date: Sat, 22 Jan 2005 14:55:24 +0100 (CET)
From: Bjoern Koenig <bkoenig@cs.tu-berlin.de>
Reply-To: Bjoern Koenig <bkoenig@cs.tu-berlin.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: incorrect default in dot.login_conf
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         76570
>Category:       conf
>Synopsis:       incorrect default in dot.login_conf
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 22 14:00:35 GMT 2005
>Closed-Date:    Sat Jan 22 17:30:28 GMT 2005
>Last-Modified:  Sat Jan 22 17:30:28 GMT 2005
>Originator:     Bjrn Knig
>Release:        FreeBSD 5.3-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD hoppel.local 5.3-RELEASE-p4 FreeBSD 5.3-RELEASE-p4 #0: Mon Jan 10 10:02:44 CET 2005 root@hoppel.local:/usr/obj/usr/branch/RELENG_5_3/src/sys/HOPPEL i386


	
>Description:
	share/skel/dot.login_conf uses "de_DE.ISO8859-1" instead of "de_DE.ISO-8859-1"
  	as example. German users which just remove the # walk into a trap because even
	simple utilities like 'tr' won't work correct.
	
>How-To-Repeat:
	setenv LANG de_DE.ISO8859-1
	echo abcdefghijklmnopqrstuvwxyz | tr '[a-z]' '[A-Z]'
	
>Fix:
	--- src/share/skel/dot.login_conf  Sat Jan 22 14:42:01 2005
	+++ src/share/skel/dot.login_conf  Sat Jan 22 14:42:14 2005
	@@ -4,4 +4,4 @@
	 #
	 #me:\
	 #      :charset=iso-8859-1:\
	-#      :lang=de_DE.ISO8859-1:
	+#      :lang=de_DE.ISO-8859-1:
	
	


>Release-Note:
>Audit-Trail:

From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: conf/76570: incorrect default in dot.login.conf
Date: Sat, 22 Jan 2005 15:55:31 +0100

 Setting LANG to de_DE.ISO-8859-1 causes new warnings/errors, for example
 
     > man something
     ctype locale: Invalid argument
     No manual entry for something
 

From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: conf/76570: incorrect default in dot.login.conf
Date: Sat, 22 Jan 2005 18:11:38 +0100

 Please close this PR. I just didn't read the manpage of tr careful enough.
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Sat Jan 22 17:29:59 GMT 2005 
State-Changed-Why:  
Closed at the submitter's request. 

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