Files
pkgsrc-ng/net/vpnc/patches/patch-af
2013-09-26 17:14:40 +02:00

14 lines
312 B
Plaintext

$NetBSD: patch-af,v 1.1 2008/05/29 20:50:31 sketch Exp $
--- vpnc-disconnect.orig 2005-05-01 21:00:41.000000000 +0100
+++ vpnc-disconnect 2008-05-29 14:02:23.000000000 +0100
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!@SH@
-pid=/var/run/vpnc/pid
+pid=@VARBASE@/run/vpnc/pid
if [ $# -ne 0 ]; then
echo "Usage: $0" 1>&2