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:
Charlie Fenton 2008-01-02 11:56:48 +00:00
parent aa2629a8e0
commit cd74589320
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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