fix UID for net/ntopng, spotted by espie
regen PLIST
This commit is contained in:
parent
15bb06cf4c
commit
74191dc8fc
@ -1,4 +1,4 @@
|
||||
$OpenBSD: user.list,v 1.313 2018/05/28 12:01:57 sthen Exp $
|
||||
$OpenBSD: user.list,v 1.314 2018/05/28 12:17:12 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
|
||||
@ -317,3 +317,4 @@ id user group port options
|
||||
806 _nethack36 games/nethack/3.6
|
||||
807 _hitch _hitch security/hitch
|
||||
808 _motion _motion multimedia/motion
|
||||
809 _ntopng _ntopng net/ntopng
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2018/04/11 14:43:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2018/05/28 12:17:12 sthen Exp $
|
||||
|
||||
COMMENT= network traffic probe with web ui and deep packet inspection
|
||||
|
||||
@ -8,7 +8,7 @@ GH_TAGNAME= 3.0
|
||||
NDPI_V= 2.0
|
||||
# XXX I have a preliminary update to 3.2, but many crashes with SSDP
|
||||
DISTFILES= ntopng-${GH_TAGNAME}.tar.gz ndpi-${NDPI_V}.tar.gz:0
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2017/10/17 10:39:12 sthen Exp $
|
||||
@newgroup _ntopng:767
|
||||
@newuser _ntopng:767:_ntopng:daemon:ntopng user:/nonexistent:/sbin/nologin
|
||||
@comment $OpenBSD: PLIST,v 1.4 2018/05/28 12:17:12 sthen Exp $
|
||||
@newgroup _ntopng:809
|
||||
@newuser _ntopng:809:_ntopng:daemon:ntopng user:/nonexistent:/sbin/nologin
|
||||
@extraunexec rm -rf ${LOCALSTATEDIR}/db/ntopng/*
|
||||
@rcscript ${RCDIR}/ntopng
|
||||
@bin bin/ntopng
|
||||
@man man/man8/ntopng.8
|
||||
share/doc/ntopng/
|
||||
@ -511,5 +512,3 @@ share/ntopng/scripts/lua/vlan_details.lua
|
||||
share/ntopng/scripts/lua/vlan_stats.lua
|
||||
@owner _ntopng
|
||||
@sample ${LOCALSTATEDIR}/db/ntopng/
|
||||
@owner
|
||||
@rcscript ${RCDIR}/ntopng
|
||||
|
Loading…
Reference in New Issue
Block a user