blob: 04ce13dd085053ad1c843daff2b4ef1c7b678afa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
|