From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9C7B4138454 for ; Thu, 10 Sep 2015 14:54:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C2F621C002; Thu, 10 Sep 2015 14:54:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9513021C002 for ; Thu, 10 Sep 2015 14:54:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2410340831 for ; Thu, 10 Sep 2015 14:54:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09AFD186 for ; Thu, 10 Sep 2015 14:54:23 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1441896798.3150eecd25d834eeee0a7f98bdd8266b2a2a552f.williamh@gentoo> Subject: [gentoo-commits] proj/baselayout:master commit in: share.Linux/ X-VCS-Repository: proj/baselayout X-VCS-Files: share.Linux/passwd share.Linux/shadow X-VCS-Directories: share.Linux/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 3150eecd25d834eeee0a7f98bdd8266b2a2a552f X-VCS-Branch: master Date: Thu, 10 Sep 2015 14:54:23 +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-Archives-Salt: deeb5761-17be-4bd4-9351-3b5b540655e4 X-Archives-Hash: ec66cfd6d9ebad6b50bd7b4a724105ad commit: 3150eecd25d834eeee0a7f98bdd8266b2a2a552f Author: William Hubbs gentoo org> AuthorDate: Thu Sep 10 14:53:18 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Sep 10 14:53:18 2015 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=3150eecd Revert "remove the uucp user" This reverts commit 2ebb0d7b29132822e8bc6f9b67940541a6261f74. This needs more thought; we have consumers in the tree still. I'm not sure whether we should drop it here or fix the consumers first. share.Linux/passwd | 1 + share.Linux/shadow | 1 + 2 files changed, 2 insertions(+) diff --git a/share.Linux/passwd b/share.Linux/passwd index 0476a79..9f2f698 100644 --- a/share.Linux/passwd +++ b/share.Linux/passwd @@ -7,6 +7,7 @@ sync:x:5:0:sync:/sbin:/bin/sync shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown halt:x:7:0:halt:/sbin:/sbin/halt news:x:9:13:news:/var/spool/news:/bin/false +uucp:x:10:14:uucp:/var/spool/uucp:/bin/false operator:x:11:0:operator:/root:/bin/bash portage:x:250:250:portage:/var/tmp/portage:/bin/false nobody:x:65534:65534:nobody:/var/empty:/bin/false diff --git a/share.Linux/shadow b/share.Linux/shadow index 278bf45..1bc4ac1 100644 --- a/share.Linux/shadow +++ b/share.Linux/shadow @@ -8,4 +8,5 @@ daemon:*:9797:0::::: adm:*:9797:0::::: lp:*:9797:0::::: news:*:9797:0::::: +uucp:*:9797:0::::: nobody:*:9797:0:::::