[CalendarServer-changes] [7312] CalendarServer/trunk/twistedcaldav/stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 12 10:43:07 PDT 2011


Revision: 7312
          http://trac.macosforge.org/projects/calendarserver/changeset/7312
Author:   sagen at apple.com
Date:     2011-04-12 10:43:07 -0700 (Tue, 12 Apr 2011)
Log Message:
-----------
Changing umask so that pyc files have right permissions.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/stdconfig.py

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2011-04-12 00:18:53 UTC (rev 7311)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2011-04-12 17:43:07 UTC (rev 7312)
@@ -634,7 +634,7 @@
     },
 
     # Umask
-    "umask": 0027,
+    "umask": 0022,
 
     # A TCP port used for communication between the child and master
     # processes (bound to 127.0.0.1). Specify 0 to let OS assign a port.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110412/38b4fac1/attachment.html>


More information about the calendarserver-changes mailing list