mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
useradd-example: package typo correction
Fixes [YOCTO #15143] (From OE-Core rev: 9adffbb9b5fcd67d9c4e98d97bc459cbcc1b9c05) Signed-off-by: Fabien Mahot <fabien.mahot@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
c4b4a638ba
commit
34d73073a8
|
@ -32,7 +32,7 @@ USERADD_PACKAGES = "${PN} ${PN}-user3"
|
||||||
# user1 and user2:
|
# user1 and user2:
|
||||||
USERADD_PARAM:${PN} = "-u 1200 -d /home/user1 -r -s /bin/bash user1; -u 1201 -d /home/user2 -r -s /bin/bash user2"
|
USERADD_PARAM:${PN} = "-u 1200 -d /home/user1 -r -s /bin/bash user1; -u 1201 -d /home/user2 -r -s /bin/bash user2"
|
||||||
|
|
||||||
# user3 will be managed in the useradd-example-user3 pacakge:
|
# user3 will be managed in the useradd-example-user3 package:
|
||||||
# As an example, we use the -p option to set password ('user3') for user3
|
# As an example, we use the -p option to set password ('user3') for user3
|
||||||
USERADD_PARAM:${PN}-user3 = "-u 1202 -d /home/user3 -r -s /bin/bash -p '\$6\$XAWr.8nc\$bUE4pYYaVb8n6BbnBitU0zeJMtfhTpFpiOBLL9zRl4e4YQo88UU4r/1kjRzmTimCy.BvDh4xoFwVqcO.pihLa1' user3"
|
USERADD_PARAM:${PN}-user3 = "-u 1202 -d /home/user3 -r -s /bin/bash -p '\$6\$XAWr.8nc\$bUE4pYYaVb8n6BbnBitU0zeJMtfhTpFpiOBLL9zRl4e4YQo88UU4r/1kjRzmTimCy.BvDh4xoFwVqcO.pihLa1' user3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user