diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-11-07 16:47:19 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-09 10:17:05 +0000 |
commit | 8c27a1e25ae42a435ab7d290cab40f94f9286243 (patch) | |
tree | ce2efdd37e151b718677a05a1d595831078da7c0 /meta/classes/cml1.bbclass | |
parent | 82ac2a29126dc38d23c278b82d129d73b17000b7 (diff) | |
download | openembedded-core-8c27a1e25ae42a435ab7d290cab40f94f9286243.tar.gz openembedded-core-8c27a1e25ae42a435ab7d290cab40f94f9286243.tar.bz2 openembedded-core-8c27a1e25ae42a435ab7d290cab40f94f9286243.zip |
nfs-utils: change owner/group of directories in do_install
Previously, the owners/groups of directories like /var/lib/nfs/statd
are changed in the init script, /etc/init.d/nfscommon. This is actually
a workaround. We need to change them at do_install time.
This patch fixes the above problem by changing owners/groups at do_install
time.
Besides, configuration option '--with-staduser=nobody' is changed to be
'--with-statduser=rpcuser'. And /var/lib/nfs/statd/state is modified to have
permission 0644, just like other distros (ubuntu, fedora, etc.) do.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/cml1.bbclass')
0 files changed, 0 insertions, 0 deletions