mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
Recycle openct's user (removed in 2016) into _yggdrasil; OK sthen
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$OpenBSD: user.list,v 1.472 2025/10/18 22:50:34 kn Exp $
|
||||
$OpenBSD: user.list,v 1.473 2025/10/19 16:23:20 kn Exp $
|
||||
|
||||
This file lists all users and groups that are created by ports. All
|
||||
ports' users/groups have to start with an underscore and have to use
|
||||
@@ -122,7 +122,7 @@ id user group port
|
||||
611 _icecast _icecast net/icecast
|
||||
612 _ipguard _ipguard security/ipguard
|
||||
613 _rancid _rancid sysutils/rancid
|
||||
#614 _openct _openct security/openct
|
||||
614 _yggdrasil _yggdrasil net/yggdrasil-go
|
||||
615 _iftop _iftop net/iftop
|
||||
616 _ircd-hybrid _ircd-hybrid net/ircd-hybrid
|
||||
617 _tinyproxy _tinyproxy www/tinyproxy
|
||||
|
||||
@@ -2,7 +2,7 @@ COMMENT = experimental fully end-to-end encrypted IPv6 network
|
||||
|
||||
MODGO_MODNAME = github.com/yggdrasil-network/yggdrasil-go
|
||||
MODGO_VERSION = v0.5.12
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
DISTNAME = yggdrasil-go-${MODGO_VERSION}
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@newgroup _yggdrasil:614
|
||||
@newuser _yggdrasil:614:614::Yggdrasil:/nonexistent:/sbin/nologin
|
||||
@rcscript ${RCDIR}/yggdrasil
|
||||
@bin bin/yggdrasil
|
||||
@bin bin/yggdrasil-genkeys
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/ksh
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/yggdrasil"
|
||||
daemon_flags="-logto syslog -user nobody -useconffile ${SYSCONFDIR}/yggdrasil.conf"
|
||||
daemon_flags="-logto syslog -user _yggdrasil -useconffile ${SYSCONFDIR}/yggdrasil.conf"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user