]> code.ossystems Code Review - openembedded-core.git/commit
shadow: add a -native recipe with customized utilities
authorScott Garman <scott.a.garman@intel.com>
Tue, 10 May 2011 06:02:39 +0000 (23:02 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jun 2011 14:52:18 +0000 (15:52 +0100)
commit37b8c18a3c2f3e77a9810a56a8ee786855ae1ba3
tree987e849cfdb31913f08469021d16b5a2b0cc4a61
parent254ca8c1667b8d35914555714239a09bfb4f43be
shadow: add a -native recipe with customized utilities

This adds a -native recipe for the shadow utilities.

The custom --root option allows the the following utilities to be
run within a chroot when invoked under pseudo:

* useradd
* groupadd
* usermod
* groupmod
* userdel
* groupdel
* passwd
* gpasswd
* pwconv
* pwunconv
* grpconv
* grpunconv

They can then be used to manipulate user and group account information
in target sysroots.

useradd was also modified to create home directories recursively when
necessary.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/recipes-extended/shadow/files/add_root_cmd_options.patch [new file with mode: 0644]
meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb [new file with mode: 0644]