Added
Link Here
|
1 |
--- scripts/clientchk.orig Thu Oct 24 18:48:35 2002 |
2 |
+++ scripts/clientchk Wed Dec 18 02:41:57 2002 |
3 |
@@ -31,7 +31,7 @@ |
4 |
# variables: |
5 |
|
6 |
# client: This is the path to the client program. |
7 |
-client="/usr/sbin/upclient" |
8 |
+client="%%PREFIX%%/sbin/upclient" |
9 |
|
10 |
# clientpid: This is the path to the client PID file. |
11 |
clientpid="/var/run/upclient.pid" |
12 |
@@ -43,7 +43,7 @@ |
13 |
|
14 |
# chdirectroy: If we need to change directory before running the client, |
15 |
# enter it here. |
16 |
-chdirectory="" |
17 |
+chdirectory="/" |
18 |
|
19 |
# You can leave deletefiles or chdirector empty if you don't need them. |
20 |
# However, you NEED client and clientpid. |