Clarify .PackageInfo user creation arguments.

Change-Id: I4f0ea6da53d4793a5128324af2b99d460b67b523
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2576
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Alexander G. M. Smith
2020-05-09 20:20:19 +00:00
committed by waddlesplash
parent 9304fbae8a
commit e9c3e80c58
+5 -4
View File
@@ -170,10 +170,11 @@ The supported attributes are:
``name`` is the name of the Unix user, ``real_name``, if specified, the real ``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, 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 ``shell_path`` the path to the user's shell, and ``group+`` is a list of the
group the users is a member of. If the respective components are not names of Unix groups the user is a member of (first one is their primary
specified, ``name`` is also used as the user's real name, "/bin/bash" is the group). If the respective components are not specified, ``name`` is also
path of the user's shell, and the user will belong to the default user group. 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. - ``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, - ``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 which shall be executed on package activation. Each path must start with