From 84786b8e322f916b78aeb81f409ea3500dd49143 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Sun, 3 Dec 2017 12:28:23 +0000 Subject: 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. --- sysusers.d/basic.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysusers.d') diff --git a/sysusers.d/basic.conf.in b/sysusers.d/basic.conf.in index edaa3d91b0..78b764bdef 100644 --- a/sysusers.d/basic.conf.in +++ b/sysusers.d/basic.conf.in @@ -35,4 +35,4 @@ g tape - - - g video - - - # Default group for normal users -g users - - - +g users @USERS_GID@ - - -- cgit v1.2.1