[CalendarServer-changes] [11442] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 27 11:47:22 PDT 2013


Revision: 11442
          http://trac.calendarserver.org//changeset/11442
Author:   sagen at apple.com
Date:     2013-06-27 11:47:22 -0700 (Thu, 27 Jun 2013)
Log Message:
-----------
The plist has moved to a different project

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

Removed Paths:
-------------
    CalendarServer/trunk/contrib/launchd/agent.plist

Deleted: CalendarServer/trunk/contrib/launchd/agent.plist
===================================================================
--- CalendarServer/trunk/contrib/launchd/agent.plist	2013-06-27 04:48:14 UTC (rev 11441)
+++ CalendarServer/trunk/contrib/launchd/agent.plist	2013-06-27 18:47:22 UTC (rev 11442)
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Copyright (c) 2013 Apple Inc. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
- -->
-
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-
-  <key>Label</key>
-  <string>org.calendarserver.agent</string>
-
-  <key>ProgramArguments</key>
-  <array>
-    <string>/Applications/Server.app/Contents/ServerRoot/usr/sbin/caldavd</string>
-    <string>-t</string>
-    <string>Agent</string>
-    <string>-X</string>
-    <string>-R</string>
-    <string>caldav_kqueue</string>
-    <string>-o</string>
-    <string>PIDFile=agent.pid</string>
-  </array>
-
-  <key>InitGroups</key>
-  <true/>
-
-  <key>ServiceIPC</key>
-  <true/>
-
-  <key>Sockets</key>
-  <dict>
-          <key>AgentSocket</key>
-          <dict>
-                  <key>SockServiceName</key>
-                  <string>62308</string>
-                  <key>SockNodeName</key>
-                  <string>127.0.0.1</string>
-                  <key>SockFamily</key>
-                  <string>IPv4</string>
-          </dict>
-  </dict>
-
-  <key>HardResourceLimits</key>
-  <dict>
-    <key>NumberOfFiles</key>
-    <integer>12000</integer>
-  </dict>
-
-  <key>SoftResourceLimits</key>
-  <dict>
-    <key>NumberOfFiles</key>
-    <integer>12000</integer>
-  </dict>
-
-  <key>StandardOutPath</key>
-  <string>/var/log/caldavd/agent.log</string>
-
-  <key>StandardErrorPath</key>
-  <string>/var/log/caldavd/agent.log</string>
-
-</dict>
-</plist>

Modified: CalendarServer/trunk/support/Apple.make
===================================================================
--- CalendarServer/trunk/support/Apple.make	2013-06-27 04:48:14 UTC (rev 11441)
+++ CalendarServer/trunk/support/Apple.make	2013-06-27 18:47:22 UTC (rev 11442)
@@ -126,7 +126,6 @@
 	$(_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/20130627/d7716a86/attachment.html>


More information about the calendarserver-changes mailing list