From 1dc15997393754809af29b84209352033620e700 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 7 Aug 2017 17:10:42 -0400 Subject: [PATCH] sys-user.eclass: comment out the UID-placeholder file stuff for now. --- eclass/sys-user.eclass | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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() { -- 2.43.2