[CalendarServer-changes] [11388] CalendarServer/trunk/support/Apple.make

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 20 11:02:56 PDT 2013


Revision: 11388
          http://trac.calendarserver.org//changeset/11388
Author:   sagen at apple.com
Date:     2013-06-20 11:02:56 -0700 (Thu, 20 Jun 2013)
Log Message:
-----------
Install agent launchd plist, and fix setproctitle

Modified Paths:
--------------
    CalendarServer/trunk/support/Apple.make

Modified: CalendarServer/trunk/support/Apple.make
===================================================================
--- CalendarServer/trunk/support/Apple.make	2013-06-20 17:49:04 UTC (rev 11387)
+++ CalendarServer/trunk/support/Apple.make	2013-06-20 18:02:56 UTC (rev 11388)
@@ -66,7 +66,7 @@
 $(PYCALENDAR)::   $(BuildDirectory)/$(PYCALENDAR)
 $(PYGRESQL)::     $(BuildDirectory)/$(PYGRESQL)
 $(SQLPARSE)::     $(BuildDirectory)/$(SQLPARSE)
-$(SETPROCTITLE):  $(BuildDirectory)/$(SETPROCTITLE)
+$(SETPROCTITLE):: $(BuildDirectory)/$(SETPROCTITLE)
 $(PSUTIL)::	  $(BuildDirectory)/$(PSUTIL)
 $(PYCRYPTO)::	  $(BuildDirectory)/$(PYCRYPTO)
 $(Project)::      $(BuildDirectory)/$(Project)
@@ -118,6 +118,7 @@
 	$(_v) $(INSTALL_DIRECTORY) -o "$(CS_USER)" -g "$(CS_GROUP)" -m 0755 "$(DSTROOT)$(VARDIR)/log$(CALDAVDSUBDIR)"
 	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)$(SIPP)$(NSLIBRARYDIR)/LaunchDaemons"
 	$(_v) $(INSTALL_FILE) "$(Sources)/contrib/launchd/calendarserver.plist" "$(DSTROOT)$(SIPP)$(NSLIBRARYDIR)/LaunchDaemons/org.calendarserver.calendarserver.plist"
+	$(_v) $(INSTALL_FILE) "$(Sources)/contrib/launchd/agent.plist" "$(DSTROOT)$(SIPP)$(NSLIBRARYDIR)/LaunchDaemons/org.calendarserver.agent.plist"
 	@echo "Installing changeip script..."
 	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)$(SIPP)$(LIBEXECDIR)/changeip"
 	$(_v) $(INSTALL_FILE) "$(Sources)/calendarserver/tools/changeip_calendar.py" "$(DSTROOT)$(SIPP)$(LIBEXECDIR)/changeip/changeip_calendar.py"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130620/bb20651d/attachment.html>


More information about the calendarserver-changes mailing list