From owner-svn-doc-head@freebsd.org Mon Jul 1 20:09:00 2019 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0672715E3163; Mon, 1 Jul 2019 20:09:00 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F3C08DC41; Mon, 1 Jul 2019 20:08:59 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64BF019D28; Mon, 1 Jul 2019 20:08:59 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x61K8xBE074692; Mon, 1 Jul 2019 20:08:59 GMT (envelope-from bcr@FreeBSD.org) Received: (from bcr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x61K8xvi074691; Mon, 1 Jul 2019 20:08:59 GMT (envelope-from bcr@FreeBSD.org) Message-Id: <201907012008.x61K8xvi074691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bcr set sender to bcr@FreeBSD.org using -f From: Benedict Reuschling Date: Mon, 1 Jul 2019 20:08:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53208 - head/en_US.ISO8859-1/books/handbook/l10n X-SVN-Group: doc-head X-SVN-Commit-Author: bcr X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/handbook/l10n X-SVN-Commit-Revision: 53208 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8F3C08DC41 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jul 2019 20:09:00 -0000 Author: bcr Date: Mon Jul 1 20:08:58 2019 New Revision: 53208 URL: https://svnweb.freebsd.org/changeset/doc/53208 Log: Mention the chpass command as a way to change the language. Add an example with a short description on how to use chpass to change the language for an existing user. The patch was provided by arrowd@, I merely did some grammar and indentation cleanups. PR: 238890 Submitted by: omen-54@ya.ru Patch by: arrowd Approved by: bcr Differential Revision: https://reviews.freebsd.org/D20825 Modified: head/en_US.ISO8859-1/books/handbook/l10n/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/l10n/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/l10n/chapter.xml Mon Jul 1 19:21:27 2019 (r53207) +++ head/en_US.ISO8859-1/books/handbook/l10n/chapter.xml Mon Jul 1 20:08:58 2019 (r53208) @@ -281,7 +281,8 @@ me:\ :tc=default: See &man.login.conf.5; for more details about these - variables. + variables. Note that it already contains pre-defined + russian class. Whenever /etc/login.conf is edited, remember to execute the following command to update the @@ -338,6 +339,13 @@ me:\ specify the locale as follows: &prompt.root; pw useradd user_name -L language + + To change the login class of an existing user, + chpass can be used. Invoke it as + superuser and provide the username to edit as the + argument. + + &prompt.root; chpass user_name