]> gitweb.michael.orlitzky.com - mjo-overlay.git/commitdiff
sys-user.eclass: add an inline TODO.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 7 Aug 2017 21:45:12 +0000 (17:45 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 7 Aug 2017 21:45:12 +0000 (17:45 -0400)
eclass/sys-user.eclass

index b90b59027a53c8e8f27f2588bda5f79c6cb1c484..9042f0699593f81c1478aea8d878adb0efeae5bf 100644 (file)
@@ -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.