]> git.ipfire.org Git - thirdparty/systemd.git/commit
sysusers: make ADD_GROUP always create a group
authorMichael Vogt <mvo@ubuntu.com>
Wed, 24 Jan 2018 10:46:10 +0000 (11:46 +0100)
committerMichael Vogt <mvo@ubuntu.com>
Thu, 25 Jan 2018 11:51:06 +0000 (12:51 +0100)
commite2c2060f7b3b11fa3cca8899d80963b7a05cc4ab
tree52d03a94a23eaf35453b855db5d59cf7591971f8
parent1e589ed2649ad6ed31406c281fd4178fb396288a
sysusers: make ADD_GROUP always create a group

Do not merge group creation with user creation because with the
new uid:gid syntax this can result in confusing (and unwanted)
behavior.
src/sysusers/sysusers.c
test/TEST-21-SYSUSERS/test-4.expected-group [new file with mode: 0644]
test/TEST-21-SYSUSERS/test-4.expected-passwd [new file with mode: 0644]
test/TEST-21-SYSUSERS/test-4.input [new file with mode: 0644]