diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-11-19 06:38:34 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-11-19 06:38:34 +0000 |
commit | 4a4b0cc5d35990ebf86fce3be641f3408fa83146 (patch) | |
tree | 8043053bf2342d684cd0651e8cfc5c56c9438b24 /misc/upclient/files/patch-upchk | |
parent | 0a47abdbd990fbc37b65152b882433221d6d53f6 (diff) |
Notes
Diffstat (limited to 'misc/upclient/files/patch-upchk')
-rw-r--r-- | misc/upclient/files/patch-upchk | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/misc/upclient/files/patch-upchk b/misc/upclient/files/patch-upchk index 434f5dc23e77..dc4871db64e5 100644 --- a/misc/upclient/files/patch-upchk +++ b/misc/upclient/files/patch-upchk @@ -1,16 +1,11 @@ ---- scripts/upchk.orig Wed Nov 29 01:19:14 2000 -+++ scripts/upchk Sat Dec 30 00:19:54 2000 -@@ -24,11 +24,11 @@ +--- scripts/upchk.orig Fri Jun 1 01:30:24 2001 ++++ scripts/upchk Sun Nov 18 16:45:59 2001 +@@ -24,7 +24,7 @@ # # change this to the full path AND name of your upclient executable: --upclient="/home/mydir/upclient" -+upclient="!!PREFIX!!/sbin/upclient" +-upclient="/usr/local/sbin/upclient" ++upclient="%%PREFIX%%/sbin/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 ########## - |