commit: a1d595c73cc1691eeb2b35351814acf55b84c042 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Jan 22 13:37:30 2024 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Jan 22 13:37:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d595c7
net-vpn/vpnc: remove tmpfiles handling Closes: https://bugs.gentoo.org/911885 Signed-off-by: David Seifert <soap <AT> gentoo.org> net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild | 4 +--- net-vpn/vpnc/vpnc-9999.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild b/net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild index 6a9b3dc4bf33..66642d8fea41 100644 --- a/net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild +++ b/net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit linux-info systemd tmpfiles toolchain-funcs +inherit linux-info systemd toolchain-funcs DESCRIPTION="Free client for Cisco VPN routing software" HOMEPAGE="https://www.unix-ag.uni-kl.de/~massar/vpnc/" @@ -71,8 +71,6 @@ src_install() { } pkg_postinst() { - tmpfiles_process vpnc-tmpfiles.conf - elog "You can generate a configuration file from the original Cisco profiles of your" elog "connection by using /usr/bin/pcf2vpnc to convert the .pcf file" elog "A guide is available at https://wiki.gentoo.org/wiki/Vpnc" diff --git a/net-vpn/vpnc/vpnc-9999.ebuild b/net-vpn/vpnc/vpnc-9999.ebuild index be06b4919b2c..4a373e8e649c 100644 --- a/net-vpn/vpnc/vpnc-9999.ebuild +++ b/net-vpn/vpnc/vpnc-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit linux-info systemd tmpfiles toolchain-funcs +inherit linux-info systemd toolchain-funcs DESCRIPTION="Free client for Cisco VPN routing software" HOMEPAGE="https://www.unix-ag.uni-kl.de/~massar/vpnc/" @@ -71,8 +71,6 @@ src_install() { } pkg_postinst() { - tmpfiles_process vpnc-tmpfiles.conf - elog "You can generate a configuration file from the original Cisco profiles of your" elog "connection by using /usr/bin/pcf2vpnc to convert the .pcf file" elog "A guide is available at https://wiki.gentoo.org/wiki/Vpnc"
