pkgsrc-wip/vpnc-svn/patches/patch-vpnc_disconnect
2014-02-20 20:53:59 +00:00

12 lines
280 B
Text

$NetBSD: patch-vpnc_disconnect,v 1.3 2014/02/20 20:54:00 hfath Exp $
--- vpnc-disconnect.orig 2014-02-20 20:27:20.000000000 +0000
+++ vpnc-disconnect
@@ -1,6 +1,6 @@
#!/bin/sh
-pid=/var/run/vpnc.pid
+pid=@VARBASE@/run/vpnc.pid
if [ $# -ne 0 ]; then
echo "Usage: $0" 1>&2