From: Michael Orlitzky Date: Mon, 7 Aug 2017 21:10:42 +0000 (-0400) Subject: sys-user.eclass: comment out the UID-placeholder file stuff for now. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=commitdiff_plain;h=1dc15997393754809af29b84209352033620e700;ds=sidebyside sys-user.eclass: comment out the UID-placeholder file stuff for now. --- diff --git a/eclass/sys-user.eclass b/eclass/sys-user.eclass index 35d20ed..6c0c2b8 100644 --- a/eclass/sys-user.eclass +++ b/eclass/sys-user.eclass @@ -173,11 +173,13 @@ sys-user_src_install() { # be possible. # # Beware, this only works if SYS_USER_UID is guaranteed to have a - # real UID and not, for example, -1. That is taken care of in - # src_configure() for now. - touch "${T}/${SYS_USER_UID}" || die - insinto "/var/lib/sys-user" - doins "${T}/${SYS_USER_UID}" + # real UID and not, for example, -1. + # + # TODO: this is a problem now! + # + #touch "${T}/${SYS_USER_UID}" || die + #insinto "/var/lib/sys-user" + #doins "${T}/${SYS_USER_UID}" } sys-user_pkg_preinst() {