summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-02-20 21:51:59 +0100
committerDavid Seifert <soap@gentoo.org>2023-02-20 21:51:59 +0100
commitaf341e30d04d6b0098de026dab4dff005ef5b2c2 (patch)
tree260ac4ccf1b501029fb47399cc4e14f99f9a0a6d /net-vpn/vpnc/files
parentx11-wm/oroborus: update EAPI 6 -> 8 (diff)
downloadgentoo-af341e30d04d6b0098de026dab4dff005ef5b2c2.tar.gz
gentoo-af341e30d04d6b0098de026dab4dff005ef5b2c2.tar.bz2
gentoo-af341e30d04d6b0098de026dab4dff005ef5b2c2.zip
net-vpn/vpnc: drop 0.5.3_p550-r3, 0.5.3_p20220927
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-vpn/vpnc/files')
-rw-r--r--net-vpn/vpnc/files/vpnc-0.5.3_p550-r2-var-run-fhs-3.0.patch33
-rw-r--r--net-vpn/vpnc/files/vpnc-tmpfiles.conf1
-rw-r--r--net-vpn/vpnc/files/vpnc.service20
3 files changed, 0 insertions, 54 deletions
diff --git a/net-vpn/vpnc/files/vpnc-0.5.3_p550-r2-var-run-fhs-3.0.patch b/net-vpn/vpnc/files/vpnc-0.5.3_p550-r2-var-run-fhs-3.0.patch
deleted file mode 100644
index e574b51fba63..000000000000
--- a/net-vpn/vpnc/files/vpnc-0.5.3_p550-r2-var-run-fhs-3.0.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- a/ChangeLog
-+++ b/ChangeLog
-@@ -158,7 +158,7 @@
- * treat passcode as password
- * filter "metric10 64" and the like from ip route get output
- * updated to libgcrypt-1.1.90
-- * create /var/run/vpnc/ as necessary
-+ * create /run/vpnc/ as necessary
-
- * vpnc-0.2-rm+zomb-pre6.tar.gz Sun Nov 2 02:15:56 CET 2003
-
---- a/src/config.c
-+++ b/src/config.c
-@@ -390,7 +390,7 @@
-
- static const char *config_def_pid_file(void)
- {
-- return "/var/run/vpnc.pid";
-+ return "/run/vpnc.pid";
- }
-
- static const char *config_def_vendor(void)
---- a/TODO
-+++ b/TODO
-@@ -115,7 +115,7 @@
- * DONE post link to http://www.liebchen-online.de/vpn-zaurus.html
- * DONE passcode == password
- * DONE support for new libgcrypt versions
--* DONE make /var/run/vpnc as needed
-+* DONE make /run/vpnc as needed
- * DONE ignore "metric10 xx"
- * DONE ignore attr 32136! (Cisco extension: XAUTH Vendor)
- * DONE FreeBSD supported
diff --git a/net-vpn/vpnc/files/vpnc-tmpfiles.conf b/net-vpn/vpnc/files/vpnc-tmpfiles.conf
deleted file mode 100644
index 67224ac3ef2d..000000000000
--- a/net-vpn/vpnc/files/vpnc-tmpfiles.conf
+++ /dev/null
@@ -1 +0,0 @@
-D /run/vpnc 0755 root root -
diff --git a/net-vpn/vpnc/files/vpnc.service b/net-vpn/vpnc/files/vpnc.service
deleted file mode 100644
index ce1e3683f4ec..000000000000
--- a/net-vpn/vpnc/files/vpnc.service
+++ /dev/null
@@ -1,20 +0,0 @@
-[Unit]
-Description=Free Cisco VPN connection to %i
-Documentation=man:vpnc(8) http://www.unix-ag.uni-kl.de/~massar/vpnc/
-Requires=network.target
-After=network.target
-ConditionPathExists=/dev/net/tun
-
-[Service]
-Type=forking
-EnvironmentFile=/etc/vpnc/%i.conf
-PIDFile=/run/vpnc/%i.pid
-
-ExecStartPre=-/etc/vpnc/scripts.d/%i-preup.sh
-ExecStart=/usr/sbin/vpnc --pid-file /run/vpnc/%i.pid
-ExecStartPost=-/etc/vpnc/scripts.d/%i-postup.sh
-
-ExecStopPost=-/etc/vpnc/scripts.d/%i-postdown.sh
-
-[Install]
-WantedBy=multi-user.target