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

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 10 17:58:49 PDT 2009


Revision: 3972
          http://trac.macosforge.org/projects/calendarserver/changeset/3972
Author:   wsanchez at apple.com
Date:     2009-04-10 17:58:49 -0700 (Fri, 10 Apr 2009)
Log Message:
-----------
Add a comment that people should be using this in startup scripts.

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

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2009-04-11 00:18:46 UTC (rev 3971)
+++ CalendarServer/trunk/run	2009-04-11 00:58:49 UTC (rev 3972)
@@ -16,6 +16,19 @@
 # limitations under the License.
 ##
 
+##
+# WARNING: This script is intended for use by developers working on
+# the Calendar Server code base.  It is not intended for use in a
+# deployment configuration.
+#
+# DO NOT use this script as a system startup tool (eg. in /etc/init.d,
+# /Library/StartupItems, launchd plists, etc.)
+#
+# For those uses, install the server properly (eg. with "./run -i
+# /tmp/foo && cd /tmp/foo && pax -pe -rvw . /") and use the caldavd
+# executable to start the server.
+##
+
 set -e
 set -u
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090410/9470ba8a/attachment.html>


More information about the calendarserver-changes mailing list