[CalendarServer-changes] [1406] CalendarServer/trunk/conf
source_changes at macosforge.org
source_changes at macosforge.org
Tue Mar 20 13:08:31 PDT 2007
Revision: 1406
http://trac.macosforge.org/projects/calendarserver/changeset/1406
Author: cdaboo at apple.com
Date: 2007-03-20 13:08:31 -0700 (Tue, 20 Mar 2007)
Log Message:
-----------
<integer> values cannot be empty - so use "0" as the "disabled" value.
Modified Paths:
--------------
CalendarServer/trunk/conf/caldavd-test.plist
CalendarServer/trunk/conf/caldavd.plist
Modified: CalendarServer/trunk/conf/caldavd-test.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-test.plist 2007-03-20 20:07:24 UTC (rev 1405)
+++ CalendarServer/trunk/conf/caldavd-test.plist 2007-03-20 20:08:31 UTC (rev 1406)
@@ -34,11 +34,11 @@
<key>ServerHostName</key>
<string>localhost</string>
- <!-- HTTP port [empty = disable HTTP] -->
+ <!-- HTTP port [0 = disable HTTP] -->
<key>HTTPPort</key>
<integer>8008</integer>
- <!-- SSL port [empty = disable HTTPS] -->
+ <!-- SSL port [0 = disable HTTPS] -->
<key>SSLPort</key>
<integer>8443</integer>
Modified: CalendarServer/trunk/conf/caldavd.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd.plist 2007-03-20 20:07:24 UTC (rev 1405)
+++ CalendarServer/trunk/conf/caldavd.plist 2007-03-20 20:08:31 UTC (rev 1406)
@@ -34,11 +34,11 @@
<key>ServerHostName</key>
<string>localhost</string>
- <!-- HTTP port [empty = disable HTTP] -->
+ <!-- HTTP port [0 = disable HTTP] -->
<key>HTTPPort</key>
<integer>8008</integer>
- <!-- SSL port [empty = disable HTTPS] -->
+ <!-- SSL port [0 = disable HTTPS] -->
<key>SSLPort</key>
<integer>8443</integer>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070320/f32e6e25/attachment.html
More information about the calendarserver-changes
mailing list