aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/couchpotato
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2017-01-04 22:31:55 +0000
committerMark Felder <feld@FreeBSD.org>2017-01-04 22:31:55 +0000
commitf2a672473e4ce679bdfdadf81cf67b198f1b78a1 (patch)
treeb47ed9eae3b133a929dbc2c6b0d33e2dd012d330 /net-p2p/couchpotato
parentf3a490c7182ac22c5869943e99a4ade728424d6e (diff)
downloadports-f2a672473e4ce679bdfdadf81cf67b198f1b78a1.tar.gz
ports-f2a672473e4ce679bdfdadf81cf67b198f1b78a1.zip
Notes
Diffstat (limited to 'net-p2p/couchpotato')
-rw-r--r--net-p2p/couchpotato/Makefile4
-rw-r--r--net-p2p/couchpotato/files/couchpotato.in2
2 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/couchpotato/Makefile b/net-p2p/couchpotato/Makefile
index a108abef46cf..0c93aa5acbb0 100644
--- a/net-p2p/couchpotato/Makefile
+++ b/net-p2p/couchpotato/Makefile
@@ -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
diff --git a/net-p2p/couchpotato/files/couchpotato.in b/net-p2p/couchpotato/files/couchpotato.in
index 0193b824c2b4..e2106d1bdd18 100644
--- a/net-p2p/couchpotato/files/couchpotato.in
+++ b/net-p2p/couchpotato/files/couchpotato.in
@@ -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}