Changes between Version 15 and Version 16 of BOINC/DRBL-Live


Ignore:
Timestamp:
Sep 3, 2008, 11:36:31 AM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOINC/DRBL-Live

    v15 v16  
    3434{{{
    3535#!diff
    36 --- /opt/drbl/sbin/drbl-live-boinc.bak 2008-09-02 16:26:43.126845820 +0000
    37 +++ /opt/drbl/sbin/drbl-live-boinc     2008-09-02 16:29:17.034772919 +0000
    38 @@ -31,7 +31,7 @@
    39    [ -n "$(echo $url | grep -E "^#")" ] && continue  # skip the comment lines
    40    if [ -n "$url" -a -n "$auth" ]; then
    41       echo "Attaching project $url..."
    42 -     boinc_cmd --project_attach $url $auth
    43 +     boinc_cmd --project_attach $url $auth --set_run_mode always
     36--- /opt/drbl/sbin/drbl-live-boinc.bak  2008-09-02 17:46:02.446254966 +0000
     37+++ /opt/drbl/sbin/drbl-live-boinc      2008-09-02 17:52:51.518307876 +0000
     38@@ -14,8 +14,9 @@
     39   [ "$BOOTUP" = "color" ] && $SETCOLOR_FAILURE
     40   echo "BOINC url and authrized key file $BOINC_CONF was not found!"
     41   [ "$BOOTUP" = "color" ] && $SETCOLOR_NORMAL
     42-  echo "Program terminated!"
     43-  exit 1
     44+  echo "Join World Community Grid with drbl account as default? [Y/n]"
     45+  echo "# URL Authorized_key" > $BOINC_CONF
     46+  echo "http://www.worldcommunitygrid.org 8528e341841afe33648c55fd2ed5c17f" >> $BOINC_CONF
     47 fi
     48
     49 #
     50@@ -34,6 +35,7 @@
     51      boinc_cmd --project_attach $url $auth
    4452   fi
    4553 done < $BOINC_CONF
     54+boinc_cmd --set_run_mode always
     55
     56 #  TODO: If hostname is changed now, the application in the running X won't work.
     57 # echo "$msg_delimiter_star_line"
    4658}}}