vpnc: removed.
This commit is contained in:
parent
69c3f49255
commit
0c7c8afccd
@ -1,10 +0,0 @@
|
|||||||
drwxr-xr-x root/root etc/
|
|
||||||
drwxr-xr-x root/root etc/vpnc/
|
|
||||||
-rwxr-xr-x root/root etc/vpnc/vpnc-script
|
|
||||||
drwxr-xr-x root/root usr/
|
|
||||||
drwxr-xr-x root/root usr/man/
|
|
||||||
drwxr-xr-x root/root usr/man/man8/
|
|
||||||
-rwxr-xr-x root/root usr/man/man8/vpnc.8.gz
|
|
||||||
drwxr-xr-x root/root usr/sbin/
|
|
||||||
-rwxr-xr-x root/root usr/sbin/vpnc
|
|
||||||
-rwxr-xr-x root/root usr/sbin/vpnc-disconnect
|
|
@ -1,2 +0,0 @@
|
|||||||
3a5ce9501fd99a71f8361cdb537064c2 vpnc-0.3.3-script.patch
|
|
||||||
e7518cff21326fe7eb9795b60c25ae6a vpnc-0.3.3.tar.gz
|
|
19
vpnc/Pkgfile
19
vpnc/Pkgfile
@ -1,19 +0,0 @@
|
|||||||
# Description: Client for cisco3000 VPN concentrators
|
|
||||||
# URL: http://www.unix-ag.uni-kl.de/~massar/vpnc/
|
|
||||||
# Maintainer: Matt Housh, jaeger at morpheus dot net
|
|
||||||
# Depends on: iproute2, libgcrypt
|
|
||||||
|
|
||||||
name=vpnc
|
|
||||||
version=0.3.3
|
|
||||||
release=2
|
|
||||||
source=(http://www.unix-ag.uni-kl.de/~massar/$name/$name-$version.tar.gz \
|
|
||||||
$name-$version-script.patch)
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd $name-$version
|
|
||||||
patch -p0 < $SRC/$name-$version-script.patch
|
|
||||||
make
|
|
||||||
make install DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/man
|
|
||||||
mkdir -p $PKG/etc/vpnc
|
|
||||||
rm -f $PKG/etc/vpnc/vpnc.conf
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
--- vpnc-script.orig 2005-08-23 13:38:09.140717120 -0500
|
|
||||||
+++ vpnc-script 2005-08-23 13:38:46.095027824 -0500
|
|
||||||
@@ -72,7 +72,7 @@
|
|
||||||
|
|
||||||
if [ -n "$IPROUTE" ]; then
|
|
||||||
fix_ip_get_output () {
|
|
||||||
- sed 's/cache//;s/metric[0-9]\+ [0-9]\+//g'
|
|
||||||
+ sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g'
|
|
||||||
}
|
|
||||||
|
|
||||||
set_vpngateway_route() {
|
|
Loading…
x
Reference in New Issue
Block a user