]> git.pld-linux.org Git - packages/boinc.git/blame - boinc-path.patch
- adapterized (killed trailing spaces/tabs)
[packages/boinc.git] / boinc-path.patch
CommitLineData
7210d9b0 1--- boinc 2004-10-17 20:09:04.853257320 +0000
32abdaeb
SP
2+++ boinc.new 2004-10-17 22:00:58.980554824 +0000
3@@ -11,15 +11,15 @@
7210d9b0
SP
4 # Parameters to be set before using the script
5
6 # The path where BOINC state files reside
7-BOINC_PATH=/usr/local/boinc
8+BOINC_PATH=/usr/share/boinc
9
10 # The path where BOINC client executable resides (without the client name)
11 # If client 'setiathome' is in /usr/bin, you'll have BOINC_BIN_PATH=/usr/bin
12 # This path may be absolute or relative to BOINC_PATH
13-BOINC_BIN_PATH=.
14+BOINC_BIN_PATH=/usr/bin
15
16 # LOG file for BOINC, with its absolute path
32abdaeb
SP
17-BOINC_LOG_FILE=$BOINC_PATH/boinc.log
18+BOINC_LOG_FILE=/var/log/boinc.log
19
20 # Options to give to the client when it starts
21 # See the documentation of the BOINC client
This page took 0.063977 seconds and 4 git commands to generate.