Fix UID and GID clash between diferent packages
svn path=/nixos/trunk/; revision=24417
This commit is contained in:
parent
2118288557
commit
88fb000fc1
@ -53,10 +53,10 @@ in
|
|||||||
davfs2 = 31;
|
davfs2 = 31;
|
||||||
privoxy = 32;
|
privoxy = 32;
|
||||||
osgi = 34;
|
osgi = 34;
|
||||||
sabnzbd = 33;
|
|
||||||
tor = 35;
|
tor = 35;
|
||||||
cups = 36;
|
cups = 36;
|
||||||
foldingAtHome = 37;
|
foldingAtHome = 37;
|
||||||
|
sabnzbd = 38;
|
||||||
# When adding a uid, make sure it doesn't match an existing gid.
|
# When adding a uid, make sure it doesn't match an existing gid.
|
||||||
|
|
||||||
nixbld = 30000; # start of range of uids
|
nixbld = 30000; # start of range of uids
|
||||||
|
Loading…
x
Reference in New Issue
Block a user