[Zope3-checkins] SVN: Zope3/trunk/skel/ Add placeholders in the
skeleton so copies made indirectly through distutils
Fred L. Drake, Jr.
fred at zope.com
Mon May 17 14:55:08 EDT 2004
Log message for revision 24781:
Add placeholders in the skeleton so copies made indirectly through distutils
will not lose otherwise empty directories.
-=-
Added: Zope3/trunk/skel/log/README.txt
===================================================================
--- Zope3/trunk/skel/log/README.txt 2004-05-17 18:52:14 UTC (rev 24780)
+++ Zope3/trunk/skel/log/README.txt 2004-05-17 18:55:07 UTC (rev 24781)
@@ -0,0 +1 @@
+This is the directory used to hold log files by default.
Property changes on: Zope3/trunk/skel/log/README.txt
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Added: Zope3/trunk/skel/var/README.txt
===================================================================
--- Zope3/trunk/skel/var/README.txt 2004-05-17 18:52:14 UTC (rev 24780)
+++ Zope3/trunk/skel/var/README.txt 2004-05-17 18:55:07 UTC (rev 24781)
@@ -0,0 +1,5 @@
+This directory contains files created and maintained by the Zope
+application server and related utilities while the server is running.
+This can include the object database as well as supplemental files
+(such as "pidfiles"). Log files are normally stored in the log/
+directory in the instance home.
Property changes on: Zope3/trunk/skel/var/README.txt
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
More information about the Zope3-Checkins
mailing list