From 9400a846f8cb75d3001a688361cdbe5c346cb334 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 7 Aug 2017 17:45:12 -0400 Subject: [PATCH] sys-user.eclass: add an inline TODO. --- eclass/sys-user.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/sys-user.eclass b/eclass/sys-user.eclass index b90b590..9042f06 100644 --- a/eclass/sys-user.eclass +++ b/eclass/sys-user.eclass @@ -178,6 +178,9 @@ sys-user_src_configure() { fi fi + # TODO: if the requested (unimportant) UID is not available, we + # should set SYS_USER_UID to the empty string. + # The "useradd" and "usermod" tools expect a comma-separated list, # so change our spaces to commas. Having duplicates in the list is # not a problem for those two tools. -- 2.43.2