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

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 28 17:18:51 PDT 2010


Revision: 6385
          http://trac.macosforge.org/projects/calendarserver/changeset/6385
Author:   wsanchez at apple.com
Date:     2010-09-28 17:18:50 -0700 (Tue, 28 Sep 2010)
Log Message:
-----------
Get rid of -a option

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

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2010-09-29 00:18:29 UTC (rev 6384)
+++ CalendarServer/trunk/run	2010-09-29 00:18:50 UTC (rev 6385)
@@ -65,7 +65,6 @@
   echo "	-S  Write a pstats object for each process to the given directory when the server is stopped.";
   echo "	-P  Select the twistd plugin name [${plugin_name}]";
   echo "	-R  Twisted Reactor plugin to execute [${reactor}]";
-  echo "	-a  Start in CardDAV mode";
 
   if [ "${1-}" == "-" ]; then
     return 0;
@@ -81,7 +80,6 @@
     case "${option}" in
       '?') usage; ;;
       'h') usage -; exit 0; ;;
-      'a') DAVD=card; plugin_name="carddav"; ;;
       'v')       verbose="-v"; ;;
       'f')   force_setup="true"; ;;
       'k')          kill="true"; ;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100928/8c30ff5e/attachment-0001.html>


More information about the calendarserver-changes mailing list