user.eclass: Prevent automated home creation in useradd
authorMichał Górny <mgorny@gentoo.org>
Wed, 29 May 2019 17:45:01 +0000 (19:45 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 20 Jun 2019 08:16:38 +0000 (10:16 +0200)
commitb2cf1be41cea95c121c3b86fb43e8939d2bcb4c8
tree59912ea752fc603b0dee266b1289c7a1d6f20b36
parent3afc0d7b8b5e90c50d66c5a845b96c33e521e6e8
user.eclass: Prevent automated home creation in useradd

Pass '-M' to prevent useradd from automatically creating the home
directory (depending on system configuration).  We create the home
directory ourselves anyway, and we have better control over how it's
created this way.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
eclass/user.eclass