From 9595aef4bbc3b9df2968b70551bc15908a128ede Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sun, 31 Mar 2024 12:36:19 -0300 Subject: [PATCH] archive: etc/shadow: Fix missing 'dhcpcd' user MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This makes the `shadowconfig` statement happy. Note: the file has been reorganized to match the passwd file. Signed-off-by: Matías Fonzo --- archive/etc/shadow | 7 ++++--- recipes/data/etc/recipe | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/archive/etc/shadow b/archive/etc/shadow index 44042a65..81bcf1fc 100644 --- a/archive/etc/shadow +++ b/archive/etc/shadow @@ -1,15 +1,16 @@ root:x:17663:0:99999:7::: -daemon:x:17663:0:99999:7::: bin:x:17663:0:99999:7::: +daemon:x:17663:0:99999:7::: sys:x:17663:0:99999:7::: adm:x:17663:0:99999:7::: uucp:x:17663:0:99999:7::: +sync:x:17663:0:99999:7::: lp:x:17663:0:99999:7::: games:x:17663:0:99999:7::: mail:x:17663:0:99999:7::: news:x:17663:0:99999:7::: -sync:x:17663:0:99999:7::: log:x:17663:0:99999:7::: -nobody:x:17663:0:99999:7::: messagebus:x:17663:0:99999:7::: sshd:x:17663:0:99999:7::: +dhcpcd:x:17663:0:99999:7::: +nobody:x:17663:0:99999:7::: diff --git a/recipes/data/etc/recipe b/recipes/data/etc/recipe index 2d6de11d..81aced34 100644 --- a/recipes/data/etc/recipe +++ b/recipes/data/etc/recipe @@ -1,6 +1,6 @@ # Build recipe for /etc. # -# Copyright (c) 2017-2021, 2023 Matias Fonzo, . +# Copyright (c) 2017-2021, 2023-2024 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ set -e program=etc version=dragora -pkgversion=20230424 +pkgversion=20240331 arch=noarch release=1 -- 2.11.4.GIT