[CalendarServer-changes] [1176] CalendarServer/branches/users/tfitz/log-alot-128/run

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 12 17:27:13 PST 2007


Revision: 1176
          http://trac.macosforge.org/projects/calendarserver/changeset/1176
Author:   tfitz at apple.com
Date:     2007-02-12 17:27:13 -0800 (Mon, 12 Feb 2007)

Log Message:
-----------
Ktrace the child processes too.

Modified Paths:
--------------
    CalendarServer/branches/users/tfitz/log-alot-128/run

Modified: CalendarServer/branches/users/tfitz/log-alot-128/run
===================================================================
--- CalendarServer/branches/users/tfitz/log-alot-128/run	2007-02-13 01:20:37 UTC (rev 1175)
+++ CalendarServer/branches/users/tfitz/log-alot-128/run	2007-02-13 01:27:13 UTC (rev 1176)
@@ -185,7 +185,7 @@
     if [ ! -d "${wd}/logs" ]; then
       mkdir "${wd}/logs";
     fi;
-    exec ktrace /bin/sh "${caldav}/bin/caldavd" ${daemonize} \
+    exec ktrace -d -i /bin/sh "${caldav}/bin/caldavd" ${daemonize} \
         -f "${config}"                                \
         -T "${twisted}/bin/twistd"                    \
         -P "${plugin_name}"                           \

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


More information about the calendarserver-changes mailing list