]> code.ossystems Code Review - openembedded-core.git/commit
util-linux,shadow: Make 'nologin' alternative command
authorAmarnath Valluri <amarnath.valluri@intel.com>
Tue, 24 Jan 2017 14:07:20 +0000 (16:07 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:43:01 +0000 (22:43 +0000)
commit07d6d0fb4dc689008bb0022d7d2ecc890c9159e5
treec174e633d350e37c7270413b980be6513fe25ee4
parentebf5cc1a6fecb0761fd88e113fac785b49bc1a45
util-linux,shadow: Make 'nologin' alternative command

Both shadow and util-linux packages provides 'nologin' binary in ${base_sbindir}
and ${sbindir} respectively, this leads to conflict when 'usrmerge' feature is
enabled, where ${sbindir} == ${base_sbindir}. Hance, handle this to alternative
system to resolve the conflict.

Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
meta/recipes-core/util-linux/util-linux.inc
meta/recipes-extended/shadow/shadow.inc