Revision: 1491 http://trac.macosforge.org/projects/calendarserver/changeset/1491 Author: wsanchez@apple.com Date: 2007-04-16 18:55:24 -0700 (Mon, 16 Apr 2007) Log Message: ----------- Modified Paths: -------------- CalendarServer/trunk/run Modified: CalendarServer/trunk/run =================================================================== --- CalendarServer/trunk/run 2007-04-17 01:54:40 UTC (rev 1490) +++ CalendarServer/trunk/run 2007-04-17 01:55:24 UTC (rev 1491) @@ -231,10 +231,10 @@ mkdir "${wd}/logs"; fi; exec "${caldav}/bin/caldavd" ${daemonize} \ - -f "${config}" \ - -T "${twisted}/bin/twistd" \ - -P "${plugin_name}" \ - -t "${service_type}" \ + -f "${config}" \ + -T "${twisted}/bin/twistd" \ + -P "${plugin_name}" \ + -t "${service_type}" \ ${profile}; cd /; fi;