From 3150eecd25d834eeee0a7f98bdd8266b2a2a552f Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 10 Sep 2015 09:53:18 -0500 Subject: 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 0476a79c..9f2f6984 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 278bf452..1bc4ac15 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::::: -- cgit v1.2.3-65-gdbad