diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-02-21 14:22:16 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-01 15:38:49 +0000 |
commit | 8b87cb519edb2805a8bde98fd9b7b41c43c13b5b (patch) | |
tree | 7a66b7ec0de1531309ee38046eb4d373e0a2229a /meta/recipes-extended/net-tools | |
parent | 966a7cbe967d844fe7b4bde0315de8166be12062 (diff) | |
download | poky-8b87cb519edb2805a8bde98fd9b7b41c43c13b5b.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: 7912f3a721529302596a032560cffe96297b3113)
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/recipes-extended/net-tools')
0 files changed, 0 insertions, 0 deletions