commit: 3150eecd25d834eeee0a7f98bdd8266b2a2a552f Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Thu Sep 10 14:53:18 2015 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> 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:::::
