Closes: https://bugs.gentoo.org/688364
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
#
description='tayga NAT64 gateway'
-pidfile=${pidfile:=/var/run/tayga.pid}
+pidfile=${pidfile:=/run/tayga.pid}
user=${user:=nobody}
group=${group:=nogroup}
datadir=${datadir:=/var/db/tayga}
}
src_install() {
- newconfd "${FILESDIR}"/tayga.confd
- newinitd "${FILESDIR}"/tayga.initd
+ default
+ newconfd "${FILESDIR}"/tayga.confd ${PN}
+ newinitd "${FILESDIR}"/tayga.initd ${PN}
}