diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-02-21 14:22:16 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-22 06:09:23 -0800 |
commit | 5e3bbb652041954c02e1f8642c9f9874b1741a02 (patch) | |
tree | e56715ea4e3fa1ebaf97d76d3ea573d0e2bbd2c2 /meta/classes | |
parent | e723d3b234b2f5ed9871f032b1fb30f646034f6c (diff) | |
download | poky-5e3bbb652041954c02e1f8642c9f9874b1741a02.tar.gz |
base-passwd.preinst:fix creating passwd and group error
Create files `passwd' and `group' in `$D${sysconfdir}', if `$D${sysconfdir}'
does not exist, there is an error:
...
cannot create $D${sysconfdir}/passwd: Directory nonexistent
cannot create $D${sysconfdir}/group: Directory nonexistent
...
Attampt to create dir before file creation.
[YOCTO #3917]
(From OE-Core rev: aea1d6c29e0c3f7c854045057d8bb389a1609b2b)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
0 files changed, 0 insertions, 0 deletions