1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

net-p2p/couchpotato: Create a user account for couchpotato

Reported by:	mat
MFH:		2017Q1
This commit is contained in:
Mark Felder 2017-01-04 22:31:55 +00:00
parent f3a490c718
commit f2a672473e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430603
3 changed files with 5 additions and 3 deletions

2
UIDs
View File

@ -896,7 +896,7 @@ mediatomb:*:946:946::0:0:Mediatomb UPnP AV MediaServer:/nonexistent:/usr/sbin/no
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
# free: 950
couchpotato:*:950:65534::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

View File

@ -3,7 +3,7 @@
PORTNAME= couchpotato
PORTVERSION= 0.0.20161225
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-p2p python
MAINTAINER= feld@FreeBSD.org
@ -24,6 +24,8 @@ NO_BUILD= yes
USES= python shebangfix
SHEBANG_FILES= CouchPotato.py
USERS= couchpotato
USE_GITHUB= yes
GH_ACCOUNT= CouchPotato
GH_PROJECT= CouchPotatoServer

View File

@ -23,7 +23,7 @@ rcvar=couchpotato_enable
load_rc_config ${name}
: ${couchpotato_enable:=NO}
: ${couchpotato_user:=nobody}
: ${couchpotato_user:=couchpotato}
: ${couchpotato_datadir=/var/db/couchpotato}
: ${couchpotato_conf=%%ETCDIR%%/settings.conf}