From bd94dfb9922c4f504fe4ad2d669800d2d2dd1b6c Mon Sep 17 00:00:00 2001 From: Piotr Kubik <piotr.kubik@iopsys.eu> Date: Mon, 14 Feb 2022 12:26:01 +0100 Subject: [PATCH] commit 4c80c4f86d313955d7a4505a93c610efedb946d7 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: Fri Apr 30 08:31:03 2021 +0200 Move packages to directories resembling OpenWrt main repo Move the packages inside openwrt_core into the same folder as the corresponding packages are in the main OpenWrt repo. This simplifies merging from the OpenWrt main repo history in the future. commit f7a9c6ef24cb094db34a3a89b27e64f36e48ff59 Author: Sukru Senli <sukru.senli@inteno.se> Date: Sun Dec 17 17:27:28 2017 +0100 base-files: iop-files --- package/base-files/files/etc/passwd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/base-files/files/etc/passwd b/package/base-files/files/etc/passwd index 1d06a803615..6d5d883c98d 100644 --- a/package/base-files/files/etc/passwd +++ b/package/base-files/files/etc/passwd @@ -1,5 +1,8 @@ root:x:0:0:root:/root:/bin/ash -daemon:*:1:1:daemon:/var:/bin/false ftp:*:55:55:ftp:/home/ftp:/bin/false network:*:101:101:network:/var:/bin/false nobody:*:65534:65534:nobody:/var:/bin/false +daemon:*:65534:65534:daemon:/var:/bin/false +admin:x:1000:1000:Administrator,,,:/home/admin:/bin/false +user:x:1001:1001:End User,,,:/home/user:/bin/false +support:x:1002:1002:Technical Support,,,:/home/support:/bin/false -- GitLab