From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 22 14:00:41 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBD3716A4D0 for ; Sat, 22 Jan 2005 14:00:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D19543D5E for ; Sat, 22 Jan 2005 14:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0ME0aqn032173 for ; Sat, 22 Jan 2005 14:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0ME0akr032165; Sat, 22 Jan 2005 14:00:36 GMT (envelope-from gnats) Resent-Date: Sat, 22 Jan 2005 14:00:36 GMT Resent-Message-Id: <200501221400.j0ME0akr032165@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bjoern Koenig Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A6CC16A4CE for ; 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 ; 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 ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: conf/76570: incorrect default in dot.login_conf X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bjoern Koenig List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2005 14:00:42 -0000 >Number: 76570 >Category: conf >Synopsis: incorrect default in dot.login_conf >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 22 14:00:35 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Björn König >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: >Unformatted: