[CalendarServer-changes] [9110] CalendarServer/trunk/calendarserver/tools/ampnotifications.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 13 16:26:41 PDT 2012


Revision: 9110
          http://trac.macosforge.org/projects/calendarserver/changeset/9110
Author:   sagen at apple.com
Date:     2012-04-13 16:26:40 -0700 (Fri, 13 Apr 2012)
Log Message:
-----------
Fix the default port

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/ampnotifications.py

Modified: CalendarServer/trunk/calendarserver/tools/ampnotifications.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/ampnotifications.py	2012-04-13 23:24:42 UTC (rev 9109)
+++ CalendarServer/trunk/calendarserver/tools/ampnotifications.py	2012-04-13 23:26:40 UTC (rev 9110)
@@ -96,7 +96,7 @@
     #
     configFileName = None
     hostname = "localhost"
-    port = 62319
+    port = 62311
 
     for opt, arg in optargs:
         if opt in ("-h", "--help"):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120413/e61de014/attachment.html>


More information about the calendarserver-changes mailing list