mirror of https://github.com/BOINC/boinc.git
Mac: Update script which sets BOINC up to run as a daemon for OS 10.5.
svn path=/trunk/boinc/; revision=14457
This commit is contained in:
parent
aa2629a8e0
commit
cd74589320
|
@ -31,10 +31,14 @@ Charlie Jan 2 2008
|
|||
idle time because the newer APIs CGSSecondsSinceLastInputEvent()
|
||||
and CGEventSourceSecondsSinceLastEventType() don't work properly
|
||||
when running as a daemon.
|
||||
- Mac: Update script which sets BOINC up to run as a daemon so it
|
||||
works properly under OS 10.5.
|
||||
|
||||
client/
|
||||
hostinf_unix.C
|
||||
main.C
|
||||
lib/
|
||||
hostinfo.h
|
||||
mac_build/
|
||||
Make_BOINC_Service.sh
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
##
|
||||
# Script to set up Macintosh to run BOINC client as a daemon / service
|
||||
# by Charlie Fenton 7/26/06
|
||||
# revised 9/2/07
|
||||
# revised 1/2/08
|
||||
##
|
||||
|
||||
## Usage:
|
||||
|
@ -197,7 +197,7 @@ cat >> ~/boincStartupTemp/StartupParameters.plist << ENDOFFILE
|
|||
{
|
||||
Description = "BOINC client daemon";
|
||||
Provides = ("BOINC client daemon");
|
||||
Requires = ("NFS");
|
||||
Requires = ("Network");
|
||||
OrderPreference = "Last";
|
||||
}
|
||||
ENDOFFILE
|
||||
|
|
Loading…
Reference in New Issue