Add "adm" group from the systemd branch to prevent constant collisions

This commit is contained in:
Eelco Dolstra 2012-09-28 11:14:33 -04:00
parent 6f052ee62e
commit 1084a8e0de

View file

@ -73,7 +73,7 @@ in
fprot = 52;
bind = 53;
wwwrun = 54;
spamd = 55;
spamd = 56;
# When adding a uid, make sure it doesn't match an existing gid.
@ -126,8 +126,9 @@ in
clamav = 51;
fprot = 52;
wwwrun = 54;
spamd = 55;
networkmanager = 56;
adm = 55;
spamd = 56;
networkmanager = 57;
# When adding a gid, make sure it doesn't match an existing uid.