]> code.ossystems Code Review - openembedded-core.git/commit
shadow: add /etc/default/useradd
authorYi Zhao <yi.zhao@windriver.com>
Thu, 19 Aug 2021 09:56:21 +0000 (17:56 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Aug 2021 07:52:59 +0000 (08:52 +0100)
commit736d0b29c6246658a925ea9036ccfe6216d12837
treec6f5177e51b7aa552593e2a37c7e81d31faefcfa
parent45c52f08a289c6eb2329de50634a0406204d1d8e
shadow: add /etc/default/useradd

The shadow 4.9 stops shiping /etc/default/useradd[1] and uses built-in
settings by default. Some settings are not consistent with previous
shadow 4.8.1 in oe-core. e.g. The default shell is /bin/bash rather than
/bin/sh. Per shadow 4.8.1 settings, add /etc/default/useradd back.

[1] https://github.com/shadow-maint/shadow/commit/bbf4b79bc49fd1826eb41f6629669ef0b647267b

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/shadow/files/useradd [new file with mode: 0644]
meta/recipes-extended/shadow/shadow.inc