devel/got: add rc_configtest to gotwebd.rc; ok stsp@

This commit is contained in:
op 2022-09-10 21:31:47 +00:00
parent db11ca2b66
commit 2b3c9d30e0
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@ V = 0.75
DISTNAME = got-${V}
PKGNAME-web = gotweb-${V}
PKGNAME-webd = gotwebd-${V}
REVISION-webd = 0
CATEGORIES = devel
HOMEPAGE = https://gameoftrees.org
MAINTAINER = Stefan Sperling <stsp@openbsd.org>

View File

@ -4,4 +4,8 @@ daemon="${TRUEPREFIX}/sbin/gotwebd"
. /etc/rc.d/rc.subr
rc_configtest() {
${daemon} -n ${daemon_flags}
}
rc_cmd $1