Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
boinc-client
boincmgr
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File boincmgr of Package boinc-client
#!/bin/sh # # BOINC Manager on Unix #!/bin/sh # # BOINC - start the BOINC Manager # Source the configuration file for the boinc-client init script. # config_files="/etc/boinc-client.conf /etc/sysconfig/boinc-client" # Find the correct config file # for config_file in $config_files ; do if [ -f ${config_file} ] ; then . ${config_file}; break; fi done # Checking for gui_rpc_auth.cfg if ! test -f ~/gui_rpc_auth.cfg ; then ln -s /var/lib/boinc/gui_rpc_auth.cfg . fi # Change directory and start BOINC Manager # cd $BOINCDIR exec boinc_gui
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor