Reserve GID for sonarr and radarr

It was incorrect of me to set the GID of these users to 65534.
This commit is contained in:
Mark Felder 2017-08-03 16:04:58 +00:00
parent 222ff26343
commit 5b9024efc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447236
4 changed files with 8 additions and 6 deletions

4
GIDs
View File

@ -292,8 +292,8 @@ openfire:*:342:
# free: 348
# free: 349
_sabnzbd:*:350:
# free: 351
# free: 352
sonarr:*:351:
radarr:*:352:
_iodined:*:353:
# free: 354
# free: 355

4
UIDs
View File

@ -297,8 +297,8 @@ openfire:*:342:342::0:0:Openfire IM Daemon:/nonexistent:/usr/sbin/nologin
# free: 348
# free: 349
_sabnzbd:*:350:350::0:0:sabnzb Daemon:/nonexistent:/usr/sbin/nologin
sonarr:*:351:65534::0:0:Sonarr PVR:/nonexistent:/usr/sbin/nologin
radarr:*:352:65534::0:0:Radarr Daemon:/nonexistent:/usr/sbin/nologin
sonarr:*:351:351::0:0:Sonarr PVR:/nonexistent:/usr/sbin/nologin
radarr:*:352:352::0:0:Radarr Daemon:/nonexistent:/usr/sbin/nologin
_iodined:*:353:353::0:0:Iodine Daemon:/nonexistent:/usr/sbin/nologin
# free: 354
# free: 355

View File

@ -2,7 +2,7 @@
PORTNAME= radarr
PORTVERSION= 0.2.0.778
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/
DISTNAME= Radarr.develop.${PORTVERSION}.linux
@ -23,6 +23,7 @@ NO_BUILD= YES
WRKSRC= ${WRKDIR}/Radarr
USERS= radarr
GROUPS= radarr
OPTIONS_DEFINE= X11

View File

@ -2,7 +2,7 @@
PORTNAME= sonarr
PORTVERSION= 2.0.0.4919
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= http://download.sonarr.tv/v2/master/mono/
DISTNAME= NzbDrone.master.${PORTVERSION}.mono
@ -23,6 +23,7 @@ NO_BUILD= YES
WRKSRC= ${WRKDIR}/NzbDrone
USERS= sonarr
GROUPS= sonarr
OPTIONS_DEFINE= X11