From owner-freebsd-questions@FreeBSD.ORG Mon Feb 1 11:28:59 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 324DA1065676 for ; Mon, 1 Feb 2010 11:28:59 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id E4B958FC1C for ; Mon, 1 Feb 2010 11:28:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 772D95E424 for ; Mon, 1 Feb 2010 12:28:57 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.838 X-Spam-Level: X-Spam-Status: No, score=-1.838 tagged_above=-999 required=5 tests=[AWL=-0.143, BAYES_00=-2.599, RCVD_IN_PBL=0.905, SPF_PASS=-0.001] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kP62DQXqBQpk for ; Mon, 1 Feb 2010 12:28:49 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mx1.bjare.net (Postfix) with ESMTP id 0E6024B202B for ; Mon, 1 Feb 2010 12:00:41 +0100 (CET) Message-ID: <4B66B46B.806@eskk.nu> Date: Mon, 01 Feb 2010 12:00:59 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; sv-SE; rv:1.9.1.7) Gecko/20100125 Thunderbird/3.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: A question on syntax in /etc/login.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2010 11:28:59 -0000 On the page http://www.se.freebsd.org/doc/en_US.ISO8859-1/books/handbook/using-localization.html Syntax is shown as: language_name:accounts_title:\ :charset=MIME_charset:\ :lang=locale_name:\ :tc=default: If I look in the file on a newly installed 8.0-RELEASE it shows: russian|Russian Users Accounts:\ :charset=KOI8-R:\ :lang=ru_RU.KOI8-R:\ :tc=default: Is it the colon or pipe sign that is correct? /Leslie