[CalendarServer-changes] [1519] CalendarServer/trunk/run

source_changes at macosforge.org source_changes at macosforge.org
Tue May 8 13:25:09 PDT 2007


Revision: 1519
          http://trac.macosforge.org/projects/calendarserver/changeset/1519
Author:   wsanchez at apple.com
Date:     2007-05-08 13:25:09 -0700 (Tue, 08 May 2007)

Log Message:
-----------
"launchctl bsexec" is a Leopard thing.

Modified Paths:
--------------
    CalendarServer/trunk/run

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2007-05-08 18:10:10 UTC (rev 1518)
+++ CalendarServer/trunk/run	2007-05-08 20:25:09 UTC (rev 1519)
@@ -145,7 +145,7 @@
 fi;
 
 if [ -z "${caldavd_wrapper_command:-}" ]; then
-  if [ "$(uname -s)" == "Darwin" ]; then
+  if [ "$(uname -s)" == "Darwin" ] && [ "$(uname -r | cut -d . -f 1)" -ge 9 ]; then
       caldavd_wrapper_command="launchctl bsexec /";
   else
       caldavd_wrapper_command="";

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070508/9f2fb54c/attachment.html


More information about the calendarserver-changes mailing list