devel/got: add rc_configtest to gotwebd.rc; ok stsp@
This commit is contained in:
parent
db11ca2b66
commit
2b3c9d30e0
@ -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>
|
||||
|
@ -4,4 +4,8 @@ daemon="${TRUEPREFIX}/sbin/gotwebd"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
rc_configtest() {
|
||||
${daemon} -n ${daemon_flags}
|
||||
}
|
||||
|
||||
rc_cmd $1
|
||||
|
Loading…
Reference in New Issue
Block a user