diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-21 13:05:30 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-21 13:07:51 -0700 |
commit | e0e09c698ce483ee91e93ad8a04e8fa0fdf06de1 (patch) | |
tree | 1ce98f21c24f88cd929c02c7b14bf5b704660bf4 /net-misc/endlessh | |
parent | net-misc/endlessh: sync live ebuild (diff) | |
download | gentoo-e0e09c698ce483ee91e93ad8a04e8fa0fdf06de1.tar.gz gentoo-e0e09c698ce483ee91e93ad8a04e8fa0fdf06de1.tar.bz2 gentoo-e0e09c698ce483ee91e93ad8a04e8fa0fdf06de1.zip |
net-misc/endlessh: remove revision from file names
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-misc/endlessh')
-rw-r--r-- | net-misc/endlessh/endlessh-1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/endlessh/endlessh-9999.ebuild | 4 | ||||
-rw-r--r-- | net-misc/endlessh/files/endlessh.confd (renamed from net-misc/endlessh/files/endlessh.confd-r2) | 0 | ||||
-rw-r--r-- | net-misc/endlessh/files/endlessh.initd (renamed from net-misc/endlessh/files/endlessh.initd-r2) | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/endlessh/endlessh-1.1-r1.ebuild b/net-misc/endlessh/endlessh-1.1-r1.ebuild index 73bfcfb1b20b..eb2ab463fcba 100644 --- a/net-misc/endlessh/endlessh-1.1-r1.ebuild +++ b/net-misc/endlessh/endlessh-1.1-r1.ebuild @@ -50,8 +50,8 @@ src_install() { einstalldocs - newinitd "${FILESDIR}"/endlessh.initd-r2 endlessh - newconfd "${FILESDIR}"/endlessh.confd-r2 endlessh + newinitd "${FILESDIR}"/endlessh.initd endlessh + newconfd "${FILESDIR}"/endlessh.confd endlessh systemd_dounit util/endlessh.service diff --git a/net-misc/endlessh/endlessh-9999.ebuild b/net-misc/endlessh/endlessh-9999.ebuild index 89e86696bb7f..4fe369495d5f 100644 --- a/net-misc/endlessh/endlessh-9999.ebuild +++ b/net-misc/endlessh/endlessh-9999.ebuild @@ -46,8 +46,8 @@ src_install() { einstalldocs - newinitd "${FILESDIR}"/endlessh.initd-r2 endlessh - newconfd "${FILESDIR}"/endlessh.confd-r2 endlessh + newinitd "${FILESDIR}"/endlessh.initd endlessh + newconfd "${FILESDIR}"/endlessh.confd endlessh systemd_dounit util/endlessh.service diff --git a/net-misc/endlessh/files/endlessh.confd-r2 b/net-misc/endlessh/files/endlessh.confd index 062e30f0c164..062e30f0c164 100644 --- a/net-misc/endlessh/files/endlessh.confd-r2 +++ b/net-misc/endlessh/files/endlessh.confd diff --git a/net-misc/endlessh/files/endlessh.initd-r2 b/net-misc/endlessh/files/endlessh.initd index 0b995f683d91..1639c57348c4 100644 --- a/net-misc/endlessh/files/endlessh.initd-r2 +++ b/net-misc/endlessh/files/endlessh.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 depend() { |