diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-11-12 20:16:29 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-11-12 20:16:29 -0500 |
commit | 5bdf124019d91837b2b7a84ccec3d329efdb7ee1 (patch) | |
tree | 7a682ef53ef8bee4dafa9bbe46509b06362fc94e /net-misc/stunnel | |
parent | app-metrics/prometheus: destabilize 2.40.1 for ~amd64 (diff) | |
download | gentoo-5bdf124019d91837b2b7a84ccec3d329efdb7ee1.tar.gz gentoo-5bdf124019d91837b2b7a84ccec3d329efdb7ee1.tar.bz2 gentoo-5bdf124019d91837b2b7a84ccec3d329efdb7ee1.zip |
net-misc/stunnel: remove /usr/sbin/stunnel symlink
Closes: https://bugs.gentoo.org/878409
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-misc/stunnel')
-rw-r--r-- | net-misc/stunnel/stunnel-5.64-r2.ebuild (renamed from net-misc/stunnel/stunnel-5.64-r1.ebuild) | 4 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-5.65-r2.ebuild (renamed from net-misc/stunnel/stunnel-5.65-r1.ebuild) | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/net-misc/stunnel/stunnel-5.64-r1.ebuild b/net-misc/stunnel/stunnel-5.64-r2.ebuild index b286859a5830..da5dd47943e9 100644 --- a/net-misc/stunnel/stunnel-5.64-r1.ebuild +++ b/net-misc/stunnel/stunnel-5.64-r2.ebuild @@ -67,10 +67,6 @@ src_install() { "${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8 use stunnel3 || rm -f "${ED}"/usr/bin/stunnel3 - # The binary was moved to /usr/bin with 4.21, - # symlink for backwards compatibility - dosym ../bin/stunnel /usr/sbin/stunnel - dodoc AUTHORS.md BUGS.md CREDITS.md PORTS.md README.md TODO.md docinto html dodoc doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \ diff --git a/net-misc/stunnel/stunnel-5.65-r1.ebuild b/net-misc/stunnel/stunnel-5.65-r2.ebuild index f58e4922369d..3f171dd6f00c 100644 --- a/net-misc/stunnel/stunnel-5.65-r1.ebuild +++ b/net-misc/stunnel/stunnel-5.65-r2.ebuild @@ -67,10 +67,6 @@ src_install() { "${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8 use stunnel3 || rm -f "${ED}"/usr/bin/stunnel3 - # The binary was moved to /usr/bin with 4.21, - # symlink for backwards compatibility - dosym ../bin/stunnel /usr/sbin/stunnel - dodoc AUTHORS.md BUGS.md CREDITS.md PORTS.md README.md TODO.md docinto html dodoc doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \ |