mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-misc/vdradmin-am: migrate to tmpfiles.eclass
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
dc6d506d2f
commit
9026e76af3
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit ssl-cert systemd
|
||||
inherit ssl-cert systemd tmpfiles
|
||||
|
||||
DESCRIPTION="WWW Admin for the Video Disk Recorder"
|
||||
HOMEPAGE="http://andreas.vdr-developer.org/vdradmin-am/index.html"
|
||||
@@ -75,7 +75,7 @@ src_install() {
|
||||
newconfd "${FILESDIR}"/vdradmin-3.6.10.conf vdradmin
|
||||
|
||||
systemd_dounit "${WORKDIR}"/vdradmind.service
|
||||
systemd_dotmpfilesd "${FILESDIR}"/vdradmind.conf
|
||||
dotmpfiles "${FILESDIR}"/vdradmind.conf
|
||||
|
||||
insinto /etc/logrotate.d
|
||||
newins "${FILESDIR}"/vdradmin-3.6.6.logrotate vdradmin
|
||||
|
||||
Reference in New Issue
Block a user