chiark / gitweb /
sysusers: Provide meson argument to set gid for 'users' group (#7533)
authorIkey Doherty <ikey@solus-project.com>
Sun, 3 Dec 2017 12:28:23 +0000 (12:28 +0000)
committerSven Eden <yamakuzure@gmx.net>
Sun, 3 Dec 2017 12:28:23 +0000 (12:28 +0000)
commit1d55768e17132cf464a2b36c6e6edd04632fc3ca
tree0161217fb33439e66be2319aa673b57df4e3aac5
parent2ebe94581aecb721d4f79b27a187927e015f1f75
sysusers: Provide meson argument to set gid for 'users' group (#7533)

To allow better integration with distributions requiring an explicitly
set gid for the `users` group, provide the new `-Dusers-gid` option to
set to a new numeric value.

In the absence of a specified gid, we'll fallback to the default existing
behaviour of `-` as the gid value, to automatically assign the next available
gid on the system.