mirror of
https://git.yoctoproject.org/poky
synced 2026-03-11 09:49:41 +01:00
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] bbf4b79bc4
(From OE-Core rev: 736d0b29c6246658a925ea9036ccfe6216d12837)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
# useradd defaults file
|
|
GROUP=100
|
|
HOME=/home
|
|
INACTIVE=-1
|
|
EXPIRE=
|
|
SHELL=/bin/sh
|
|
SKEL=/etc/skel
|
|
CREATE_MAIL_SPOOL=no
|