From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19D0D138334 for ; Tue, 18 Jun 2019 13:04:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BE54E0885; Tue, 18 Jun 2019 13:04:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C43BE0885 for ; Tue, 18 Jun 2019 13:04:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B192134640A for ; Tue, 18 Jun 2019 13:04:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5466C603 for ; Tue, 18 Jun 2019 13:04:24 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1560863052.1529306cb2230836d8fd7d4fcd0ec4367a7e58ce.mgorny@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0081.rst X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1529306cb2230836d8fd7d4fcd0ec4367a7e58ce X-VCS-Branch: master Date: Tue, 18 Jun 2019 13:04:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b2e752b3-1953-4408-a94c-961d5d925162 X-Archives-Hash: a2e4f010e966d57746b85435dc4d0694 commit: 1529306cb2230836d8fd7d4fcd0ec4367a7e58ce Author: Michał Górny gentoo org> AuthorDate: Tue Jun 18 13:03:11 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 18 13:04:12 2019 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=1529306c glep-0081: Fix missing opening parenthesis Signed-off-by: Michał Górny gentoo.org> glep-0081.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glep-0081.rst b/glep-0081.rst index 985187e..6357d37 100644 --- a/glep-0081.rst +++ b/glep-0081.rst @@ -204,7 +204,7 @@ expensive in terms of I/O, and fragile. This GLEP follows the best practice of leaving obsolete user/groups accounts while ensuring that they are locked out properly. This guarantees that no files with stale ownership are left -e.g. on unmounted filesystems) and that the same UID/GID is not reused +(e.g. on unmounted filesystems) and that the same UID/GID is not reused for another user/group.