diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dropbear/dropbear-2022.83-r1.ebuild (renamed from net-misc/dropbear/dropbear-2022.83.ebuild) | 2 | ||||
-rw-r--r-- | net-misc/dropbear/dropbear-2024.85-r1.ebuild (renamed from net-misc/dropbear/dropbear-2024.85.ebuild) | 0 | ||||
-rw-r--r-- | net-misc/dropbear/files/dropbear.init.d | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/dropbear/dropbear-2022.83.ebuild b/net-misc/dropbear/dropbear-2022.83-r1.ebuild index 94e79a2f42d8..6c2b03dbdd0d 100644 --- a/net-misc/dropbear/dropbear-2022.83.ebuild +++ b/net-misc/dropbear/dropbear-2022.83-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 diff --git a/net-misc/dropbear/dropbear-2024.85.ebuild b/net-misc/dropbear/dropbear-2024.85-r1.ebuild index 257cdc04ca87..257cdc04ca87 100644 --- a/net-misc/dropbear/dropbear-2024.85.ebuild +++ b/net-misc/dropbear/dropbear-2024.85-r1.ebuild diff --git a/net-misc/dropbear/files/dropbear.init.d b/net-misc/dropbear/files/dropbear.init.d index ef744b73c9b5..473c548ba5e0 100644 --- a/net-misc/dropbear/files/dropbear.init.d +++ b/net-misc/dropbear/files/dropbear.init.d @@ -11,7 +11,7 @@ check_config() { mkdir -p /etc/dropbear local t k - for t in dss rsa ecdsa ed25519; do + for t in rsa ecdsa ed25519; do k="/etc/dropbear/dropbear_${t}_host_key" if [ ! -e ${k} ] ; then # See if support is enabled for this key type. |