From e9c3e80c5836ce2b6fb77f57eea1a06016ff8f65 Mon Sep 17 00:00:00 2001 From: "Alexander G. M. Smith" Date: Mon, 4 May 2020 14:15:21 -0400 Subject: [PATCH] Clarify .PackageInfo user creation arguments. Change-Id: I4f0ea6da53d4793a5128324af2b99d460b67b523 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2576 Reviewed-by: waddlesplash --- docs/develop/packages/BuildingPackages.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/develop/packages/BuildingPackages.rst b/docs/develop/packages/BuildingPackages.rst index 59e89f9c2d..dac1bd1bbf 100644 --- a/docs/develop/packages/BuildingPackages.rst +++ b/docs/develop/packages/BuildingPackages.rst @@ -170,10 +170,11 @@ The supported attributes are: ``name`` is the name of the Unix user, ``real_name``, if specified, the real name of the user, ``home_path`` the path to the user's home directory, - ``shell_path`` the path to the user's shell, and ``group`` the name of a Unix - group the users is a member of. If the respective components are not - specified, ``name`` is also used as the user's real name, "/bin/bash" is the - path of the user's shell, and the user will belong to the default user group. + ``shell_path`` the path to the user's shell, and ``group+`` is a list of the + names of Unix groups the user is a member of (first one is their primary + group). If the respective components are not specified, ``name`` is also + used as the user's real name, "/bin/bash" is the path of the user's shell, + and the user will belong to the default user group. - ``groups``: A list of names of Unix groups the packaged software requires. - ``post-install-scripts``: A list of paths of files included in the package, which shall be executed on package activation. Each path must start with