From: Michael Orlitzky Date: Mon, 7 Aug 2017 21:45:12 +0000 (-0400) Subject: sys-user.eclass: add an inline TODO. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=commitdiff_plain;h=9400a846f8cb75d3001a688361cdbe5c346cb334 sys-user.eclass: add an inline TODO. --- 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.