commit:     fa0c17775cb38c262fd74222a7bea12db379dde6
Author:     Graeme Lawes <graemelawes <AT> gmail <DOT> com>
AuthorDate: Thu Oct  4 00:35:04 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 11 18:52:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0c1777

sys-cluster/teleport: use files/teleport-2.yaml for config file source

Signed-off-by: Graeme Lawes <graemelawes <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-cluster/teleport/files/{teleport.yaml => teleport-2.yaml} | 0
 sys-cluster/teleport/teleport-2.6.7.ebuild                    | 2 +-
 sys-cluster/teleport/teleport-2.7.1.ebuild                    | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/teleport/files/teleport.yaml 
b/sys-cluster/teleport/files/teleport-2.yaml
similarity index 100%
rename from sys-cluster/teleport/files/teleport.yaml
rename to sys-cluster/teleport/files/teleport-2.yaml

diff --git a/sys-cluster/teleport/teleport-2.6.7.ebuild 
b/sys-cluster/teleport/teleport-2.6.7.ebuild
index 4a7a27e42a4..e7bfb7ce040 100644
--- a/sys-cluster/teleport/teleport-2.6.7.ebuild
+++ b/sys-cluster/teleport/teleport-2.6.7.ebuild
@@ -35,7 +35,7 @@ src_install() {
        dobin src/${EGO_PN%/*}/build/{tsh,tctl,teleport}
 
        insinto /etc/${PN}
-       newins "${FILESDIR}"/${PN}.yaml ${PN}.yaml
+       newins "${FILESDIR}"/${PN}-2.yaml ${PN}.yaml
 
        newinitd "${FILESDIR}"/${PN}.init.d ${PN}
        newconfd "${FILESDIR}"/${PN}.conf.d ${PN}

diff --git a/sys-cluster/teleport/teleport-2.7.1.ebuild 
b/sys-cluster/teleport/teleport-2.7.1.ebuild
index 4a7a27e42a4..e7bfb7ce040 100644
--- a/sys-cluster/teleport/teleport-2.7.1.ebuild
+++ b/sys-cluster/teleport/teleport-2.7.1.ebuild
@@ -35,7 +35,7 @@ src_install() {
        dobin src/${EGO_PN%/*}/build/{tsh,tctl,teleport}
 
        insinto /etc/${PN}
-       newins "${FILESDIR}"/${PN}.yaml ${PN}.yaml
+       newins "${FILESDIR}"/${PN}-2.yaml ${PN}.yaml
 
        newinitd "${FILESDIR}"/${PN}.init.d ${PN}
        newconfd "${FILESDIR}"/${PN}.conf.d ${PN}

Reply via email to