aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2008-03-22 19:19:42 +0800
committerehaupt <ehaupt@FreeBSD.org>2008-03-22 19:19:42 +0800
commit4abac3c29205b4986e5bc4c45db8b8b4893d255f (patch)
tree11cdd0492b7121ec21f33695c75f05493f660007 /security
parentf159d8b2f7a8598247a660e2eea0debb779324ac (diff)
downloadfreebsd-ports-gnome-4abac3c29205b4986e5bc4c45db8b8b4893d255f.tar.gz
freebsd-ports-gnome-4abac3c29205b4986e5bc4c45db8b8b4893d255f.tar.zst
freebsd-ports-gnome-4abac3c29205b4986e5bc4c45db8b8b4893d255f.zip
Fix vpnc-disconnect script
PR: 121942 Submitted by: Andreas Schwarz <bugs.asc@schwarzes.net>
Diffstat (limited to 'security')
-rw-r--r--security/vpnc/Makefile2
-rw-r--r--security/vpnc/files/patch-vpnc-disconnect10
2 files changed, 1 insertions, 11 deletions
diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile
index 7d805b8bc5d5..993c6815e1d4 100644
--- a/security/vpnc/Makefile
+++ b/security/vpnc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vpnc
PORTVERSION= 0.5.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \
http://critical.ch/distfiles/ \
diff --git a/security/vpnc/files/patch-vpnc-disconnect b/security/vpnc/files/patch-vpnc-disconnect
deleted file mode 100644
index 72d9315feae2..000000000000
--- a/security/vpnc/files/patch-vpnc-disconnect
+++ /dev/null
@@ -1,10 +0,0 @@
---- vpnc-disconnect.orig Tue Mar 13 16:27:11 2007
-+++ vpnc-disconnect Tue Mar 13 16:27:17 2007
-@@ -1,6 +1,6 @@
- #!/bin/sh
-
--pid=/var/run/vpnc/pid
-+pid=/var/run/vpnc.pid
-
- if [ $# -ne 0 ]; then
- echo "Usage: $0" 1>&2