summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2024-01-22 14:37:30 +0100
committerDavid Seifert <soap@gentoo.org>2024-01-22 14:37:30 +0100
commita1d595c73cc1691eeb2b35351814acf55b84c042 (patch)
treeea1953b9af584326480e06385112217d4e314f84 /net-vpn
parentnet-vpn/vpnc: switch to openssl by default (diff)
downloadgentoo-a1d595c73cc1691eeb2b35351814acf55b84c042.tar.gz
gentoo-a1d595c73cc1691eeb2b35351814acf55b84c042.tar.bz2
gentoo-a1d595c73cc1691eeb2b35351814acf55b84c042.zip
net-vpn/vpnc: remove tmpfiles handling
Closes: https://bugs.gentoo.org/911885 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r--net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild4
-rw-r--r--net-vpn/vpnc/vpnc-9999.ebuild4
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"