pkgsrc/net/upclient/patches/patch-ab
hubertf 1662094f5c Make this package match reality (V4.07).
A big THANKS to who told me that our client is upto date some weeks ago...
2000-01-21 01:35:40 +00:00

18 lines
558 B
Text

$NetBSD: patch-ab,v 1.2 2000/01/21 01:35:43 hubertf Exp $
--- upchk.BAK Fri Jan 21 01:03:10 2000
+++ upchk Fri Jan 21 01:03:36 2000
@@ -24,11 +24,11 @@
#
# change this to the full path AND name of your upclient executable:
-upclient="/home/mydir/upclient"
+upclient="@PREFIX@/bin/upclient"
# change this to the name of your upclient's pidfile (as defined in
# config.h of the upclient distribution)
-pidfile="/home/mydir/upclient.pid"
+pidfile="/var/run/upclient.pid"
########## you probably don't need to change anything below here ##########