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 86099138334 for ; Fri, 30 Aug 2019 12:46:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B05A7E07FA; Fri, 30 Aug 2019 12:46:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 983C2E07FA for ; Fri, 30 Aug 2019 12:46:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3D1D134A6B4 for ; Fri, 30 Aug 2019 12:46:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADE0F2A5 for ; Fri, 30 Aug 2019 12:46:48 +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: <1567169206.a024bf7041fa7f7d3d966dbbb917cde286daf837.mgorny@gentoo> Subject: [gentoo-commits] data/api:master commit in: files/ X-VCS-Repository: data/api X-VCS-Files: files/uid-gid.txt X-VCS-Directories: files/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a024bf7041fa7f7d3d966dbbb917cde286daf837 X-VCS-Branch: master Date: Fri, 30 Aug 2019 12:46:48 +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: 869cc925-f001-42f6-bc8c-30d05bbfc608 X-Archives-Hash: 46862813a4ab6a41fc207807b69481bf commit: a024bf7041fa7f7d3d966dbbb917cde286daf837 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 30 12:46:27 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 30 12:46:46 2019 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=a024bf70 uid-gid.txt: Disable line wrapping by default Signed-off-by: Michał Górny gentoo.org> files/uid-gid.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/uid-gid.txt b/files/uid-gid.txt index 1832c6a..82ef3d9 100644 --- a/files/uid-gid.txt +++ b/files/uid-gid.txt @@ -214,4 +214,4 @@ nobody 65534 65534 baselayout-fbsd - 61184..65519 61184..65519 reserved Used by systemd DynamicUser feature - 524288..1878982656 524288..1878982656 reserved Used by systemd for containers -# vim:se ts=8 sts=0 tw=0 : +# vim:se ts=8 sts=0 tw=0 nowrap :