diff options
author | Graeme Lawes <graemelawes@gmail.com> | 2018-10-03 20:35:04 -0400 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-10-11 20:52:59 +0200 |
commit | fa0c17775cb38c262fd74222a7bea12db379dde6 (patch) | |
tree | caf3b93ed936ebd9e1eb6fa7269d4de0844c61de /sys-cluster | |
parent | app-text/libspectre-0.2.8-r0: alpha stable (diff) | |
download | gentoo-fa0c17775cb38c262fd74222a7bea12db379dde6.tar.gz gentoo-fa0c17775cb38c262fd74222a7bea12db379dde6.tar.bz2 gentoo-fa0c17775cb38c262fd74222a7bea12db379dde6.zip |
sys-cluster/teleport: use files/teleport-2.yaml for config file source
Signed-off-by: Graeme Lawes <graemelawes@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/teleport/files/teleport-2.yaml (renamed from sys-cluster/teleport/files/teleport.yaml) | 0 | ||||
-rw-r--r-- | sys-cluster/teleport/teleport-2.6.7.ebuild | 2 | ||||
-rw-r--r-- | 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 index 384dea937c97..384dea937c97 100644 --- a/sys-cluster/teleport/files/teleport.yaml +++ b/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 4a7a27e42a48..e7bfb7ce0408 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 4a7a27e42a48..e7bfb7ce0408 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} |