repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
net
/
vpnc
/
patches
/
patch-af
blob
4abb1fc9b2f13e8a4bc393a32f591605bb012bda
1
$NetBSD$
2
3
--- vpnc-disconnect.orig 2005-05-01 21:00:41.000000000 +0100
4
+++ vpnc-disconnect 2008-05-29 14:02:23.000000000 +0100
5
@@ -1,6 +1,6 @@
6
-#!/bin/sh
7
+#!@SH@
8
9
-pid=/var/run/vpnc/pid
10
+pid=@VARBASE@/run/vpnc/pid
11
12
if [ $# -ne 0 ]; then
13
echo "Usage: $0" 1>&2