diff --git a/checkin_notes b/checkin_notes index 31dc5bb930..2e0bad24cd 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/mac_build/Make_BOINC_Service.sh b/mac_build/Make_BOINC_Service.sh index 5b731cbeb7..06ef341a52 100644 --- a/mac_build/Make_BOINC_Service.sh +++ b/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