[haiku-commits] haiku: hrev54172 - docs/develop/packages

  • From: waddlesplash <waddlesplash@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 9 May 2020 16:20:22 -0400 (EDT)

hrev54172 adds 1 changeset to branch 'master'
old head: 9304fbae8aafa96735f995a6547c0eb846ff40dd
new head: e9c3e80c5836ce2b6fb77f57eea1a06016ff8f65
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=e9c3e80c5836+%5E9304fbae8aaf

----------------------------------------------------------------------------

e9c3e80c5836: Clarify .PackageInfo user creation arguments.
  
  Change-Id: I4f0ea6da53d4793a5128324af2b99d460b67b523
  Reviewed-on: https://review.haiku-os.org/c/haiku/+/2576
  Reviewed-by: waddlesplash <waddlesplash@xxxxxxxxx>

                                 [ Alexander G. M. Smith <agmsmith@xxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev54172
Commit:      e9c3e80c5836ce2b6fb77f57eea1a06016ff8f65
URL:         https://git.haiku-os.org/haiku/commit/?id=e9c3e80c5836
Author:      Alexander G. M. Smith <agmsmith@xxxxxx>
Date:        Mon May  4 18:15:21 2020 UTC
Committer:   waddlesplash <waddlesplash@xxxxxxxxx>
Commit-Date: Sat May  9 20:20:19 2020 UTC

----------------------------------------------------------------------------

1 file changed, 5 insertions(+), 4 deletions(-)
docs/develop/packages/BuildingPackages.rst | 9 +++++----

----------------------------------------------------------------------------

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


Other related posts:

  • » [haiku-commits] haiku: hrev54172 - docs/develop/packages - waddlesplash