fix UID for news/sabnzbd, spotted by espie
regen PLIST
This commit is contained in:
parent
74191dc8fc
commit
67ed730c2b
@ -1,4 +1,4 @@
|
||||
$OpenBSD: user.list,v 1.314 2018/05/28 12:17:12 sthen Exp $
|
||||
$OpenBSD: user.list,v 1.315 2018/05/28 12:25:20 sthen Exp $
|
||||
|
||||
This file lists all users and groups that are created by ports or that
|
||||
users are encouraged to create after installing a port (these are marked
|
||||
@ -318,3 +318,4 @@ id user group port options
|
||||
807 _hitch _hitch security/hitch
|
||||
808 _motion _motion multimedia/motion
|
||||
809 _ntopng _ntopng net/ntopng
|
||||
810 _sabnzbd _sabnzbd news/sabnzbd
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2018/01/11 19:27:08 rpe Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2018/05/28 12:25:20 sthen Exp $
|
||||
|
||||
COMMENT = retrieve and process nzb-files via web interface
|
||||
VERSION = 1.2.1
|
||||
@ -7,7 +7,7 @@ PKGNAME = sabnzbd-${VERSION}
|
||||
CATEGORIES = news
|
||||
HOMEPAGE = http://sabnzbd.org/
|
||||
MAINTAINER = Marcus Glocker <marcus@nazgul.ch>
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,12 +1,19 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2017/02/25 20:11:33 mglocker Exp $
|
||||
@newgroup _sabnzbd:717
|
||||
@newuser _sabnzbd:717:_sabnzbd:daemon:Sabnzbd:/var/sabnzbd:/bin/sh
|
||||
@comment $OpenBSD: PLIST,v 1.6 2018/05/28 12:25:20 sthen Exp $
|
||||
@newgroup _sabnzbd:810
|
||||
@newuser _sabnzbd:810:_sabnzbd:daemon:Sabnzbd:/var/sabnzbd:/bin/sh
|
||||
@owner _sabnzbd
|
||||
@group _sabnzbd
|
||||
@sample /var/sabnzbd/
|
||||
@owner
|
||||
@group
|
||||
@rcscript ${RCDIR}/sabnzbd
|
||||
@owner _sabnzbd
|
||||
@group _sabnzbd
|
||||
bin/sabnzbd
|
||||
@owner
|
||||
@group
|
||||
lib/python${MODPY_VERSION}/
|
||||
lib/python${MODPY_VERSION}/site-packages/
|
||||
lib/python${MODPY_VERSION}/site-packages/sabnzbd/
|
||||
lib/python${MODPY_VERSION}/site-packages/sabnzbd/ABOUT.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/sabnzbd/COPYRIGHT.txt
|
||||
@ -120,8 +127,8 @@ lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/wsgiserver/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/wsgiserver/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/wsgiserver/ssl_builtin.py
|
||||
lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/wsgiserver/ssl_builtin.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/wsgiserver/ssl_${MODPY_PYOEXTENSION}penssl.py
|
||||
lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/wsgiserver/ssl_${MODPY_PYOEXTENSION}penssl.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/wsgiserver/ssl_pyopenssl.py
|
||||
lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/wsgiserver/ssl_pyopenssl.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/wsgiserver/test_wsgiserver.py
|
||||
lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/wsgiserver/test_wsgiserver.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/sabnzbd/email/
|
||||
@ -684,4 +691,3 @@ lib/python${MODPY_VERSION}/site-packages/sabnzbd/util/apireg.py
|
||||
lib/python${MODPY_VERSION}/site-packages/sabnzbd/util/apireg.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/sabnzbd/util/mailslot.py
|
||||
lib/python${MODPY_VERSION}/site-packages/sabnzbd/util/mailslot.pyc
|
||||
@rcscript ${RCDIR}/sabnzbd
|
||||
|
Loading…
x
Reference in New Issue
Block a user