svn commit: r447243 - in branches/2017Q3: . net-p2p/couchpotato
Mark Felder
feld at FreeBSD.org
Thu Aug 3 16:24:16 UTC 2017
Author: feld
Date: Thu Aug 3 16:24:14 2017
New Revision: 447243
URL: https://svnweb.freebsd.org/changeset/ports/447243
Log:
MFH: r447242
Reserve GID for couchpotato user
It was incorrect of me to set the GID to 65534
Approved by: ports-secteam (with hat)
Modified:
branches/2017Q3/GIDs
branches/2017Q3/UIDs
branches/2017Q3/net-p2p/couchpotato/Makefile
Directory Properties:
branches/2017Q3/ (props changed)
Modified: branches/2017Q3/GIDs
==============================================================================
--- branches/2017Q3/GIDs Thu Aug 3 16:23:30 2017 (r447242)
+++ branches/2017Q3/GIDs Thu Aug 3 16:24:14 2017 (r447243)
@@ -895,7 +895,7 @@ conquest:*:950:
openerpd:*:951:
bitten-slave:*:952:
_neubot:*:953:
-# free: 954
+couchpotato:*:954:
hadoop:*:955:
pandora:*:956:
razorback:*:957:
Modified: branches/2017Q3/UIDs
==============================================================================
--- branches/2017Q3/UIDs Thu Aug 3 16:23:30 2017 (r447242)
+++ branches/2017Q3/UIDs Thu Aug 3 16:24:14 2017 (r447243)
@@ -896,7 +896,7 @@ mediatomb:*:946:946::0:0:Mediatomb UPnP AV MediaServer
mapred:*:947:955::0:0:Hadoop MapReduce user:/nonexistent:/usr/sbin/nologin
dnrd:*:948:948::0:0:& user:/nonexistent:/usr/sbin/nologin
_lldpd:*:949:949::0:0:lldpd user:/nonexistent:/usr/sbin/nologin
-couchpotato:*:950:65534::0:0:couchpotato user:/nonexistent:/usr/sbin/nologin
+couchpotato:*:950:954::0:0:couchpotato user:/nonexistent:/usr/sbin/nologin
openerpd:*:951:951::0:0:Openerpd user:/nonexistent:/usr/sbin/nologin
bitten-slave:*:952:952:daemon:0:0:Bitten slave user:/var/lib/bitten-slave:/usr/sbin/nologin
_neubot:*:953:953::0:0:neubot daemon:/nonexistent:/usr/sbin/nologin
Modified: branches/2017Q3/net-p2p/couchpotato/Makefile
==============================================================================
--- branches/2017Q3/net-p2p/couchpotato/Makefile Thu Aug 3 16:23:30 2017 (r447242)
+++ branches/2017Q3/net-p2p/couchpotato/Makefile Thu Aug 3 16:24:14 2017 (r447243)
@@ -3,7 +3,7 @@
PORTNAME= couchpotato
PORTVERSION= 0.0.20170327
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-p2p python
MAINTAINER= joshruehlig at gmail.com
@@ -25,6 +25,7 @@ USES= python:2.7 shebangfix
SHEBANG_FILES= CouchPotato.py
USERS= couchpotato
+GROUPS= couchpotato
USE_GITHUB= yes
GH_ACCOUNT= CouchPotato
More information about the svn-ports-all
mailing list