commit: 098588af315d901e7d6ff530fb17efad6acc1904
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 15 22:20:28 2018 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 15 22:21:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098588af
app-crypt/tpm-emulator: drop -r2 from conf.d/init.d
Package-Manager: Portage-2.3.40, Repoman-2.3.9
.../tpm-emulator/files/{tpm-emulator.confd-r2 => tpm-emulator.confd} | 0
.../tpm-emulator/files/{tpm-emulator.initd-r2 => tpm-emulator.initd} | 0
app-crypt/tpm-emulator/tpm-emulator-0.7.5.ebuild | 4 ++--
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/tpm-emulator/files/tpm-emulator.confd-r2
b/app-crypt/tpm-emulator/files/tpm-emulator.confd
similarity index 100%
rename from app-crypt/tpm-emulator/files/tpm-emulator.confd-r2
rename to app-crypt/tpm-emulator/files/tpm-emulator.confd
diff --git a/app-crypt/tpm-emulator/files/tpm-emulator.initd-r2
b/app-crypt/tpm-emulator/files/tpm-emulator.initd
similarity index 100%
rename from app-crypt/tpm-emulator/files/tpm-emulator.initd-r2
rename to app-crypt/tpm-emulator/files/tpm-emulator.initd
diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.7.5.ebuild
b/app-crypt/tpm-emulator/tpm-emulator-0.7.5.ebuild
index 38f20de07c7..70301caebee 100644
--- a/app-crypt/tpm-emulator/tpm-emulator-0.7.5.ebuild
+++ b/app-crypt/tpm-emulator/tpm-emulator-0.7.5.ebuild
@@ -57,8 +57,8 @@ src_install() {
udev_newrules "tpmd_dev/linux/tpmd_dev.rules" 60-tpmd_dev.rules
fi
- newinitd "${FILESDIR}/${PN}.initd-r2" "${PN}"
- newconfd "${FILESDIR}/${PN}.confd-r2" "${PN}"
+ newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+ newconfd "${FILESDIR}/${PN}.confd" "${PN}"
keepdir /var/log/tpm
fowners tss:tss /var/log/tpm