[CalendarServer-changes] [547] CalendarServer/branches/caladmin-tool/caladmin/script.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 21 22:32:45 PST 2006


Revision: 547
          http://trac.macosforge.org/projects/calendarserver/changeset/547
Author:   dreid at apple.com
Date:     2006-11-21 22:32:44 -0800 (Tue, 21 Nov 2006)

Log Message:
-----------
Fix default values for opt_config and opt_root

Modified Paths:
--------------
    CalendarServer/branches/caladmin-tool/caladmin/script.py

Modified: CalendarServer/branches/caladmin-tool/caladmin/script.py
===================================================================
--- CalendarServer/branches/caladmin-tool/caladmin/script.py	2006-11-22 00:29:24 UTC (rev 546)
+++ CalendarServer/branches/caladmin-tool/caladmin/script.py	2006-11-22 06:32:44 UTC (rev 547)
@@ -60,16 +60,18 @@
         self.opt_root(self['root'])
 
     def opt_config(self, path):
-        """Path to the caldavd.plist config file
-        [default: %s] 
-        """ % (self['config'],)
+        """
+        Path to the caldavd.plist config file
+        [default: /etc/caldavd/caldavd.plist] 
+        """ 
 
         self.config = readPlist(self['config'])
 
     def opt_root(self, path):
-        """Path to the root of the calendar server document store.
-        [default: %s] 
-        """ % (self['root'],)
+        """
+        Path to the root of the calendar server document store.
+        [default: /Library/CalendarServer/Documents] 
+        """ 
 
         self['root'] = filepath.FilePath(path)
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061121/35c71557/attachment.html


More information about the calendarserver-changes mailing list