[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 02 Dec 2003 18:27:45 -0000


albertel		Tue Dec  2 13:27:45 2003 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  - changing ownership and permissions of hosts.tab and domain.tab files
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.300 doc/loncapafiles/loncapafiles.lpml:1.301
--- doc/loncapafiles/loncapafiles.lpml:1.300	Mon Nov 24 17:03:12 2003
+++ doc/loncapafiles/loncapafiles.lpml	Tue Dec  2 13:27:45 2003
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.300 2003/11/24 22:03:12 albertel Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.301 2003/12/02 18:27:45 albertel Exp $ -->
 
 <!--
 
@@ -99,6 +99,14 @@
   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   <abbreviation>static</abbreviation>
 </category>
+<category name="www static conf" type="runtime">
+  <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
+  <abbreviation>static</abbreviation>
+</category>
+<category name="www static conf" type="development">
+  <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
+  <abbreviation>static</abbreviation>
+</category>
 <category name="conf" type="runtime">
   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
   <abbreviation>configurable</abbreviation>
@@ -1162,7 +1170,7 @@
 <file type="private">
 <source>loncom/hosts.tab</source>
 <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
-<categoryname>static conf</categoryname>
+<categoryname>www static conf</categoryname>
 <description>
 List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to
 <tt>lonDefDomain</tt> and <u>IP address</u>.
@@ -1171,7 +1179,7 @@
 <file type="private">
 <source>loncom/domain.tab</source>
 <target dist='default'>home/httpd/lonTabs/domain.tab</target>
-<categoryname>static conf</categoryname>
+<categoryname>www static conf</categoryname>
 <description>
 List of all domains in the LON-CAPA network. Lists the name name of the domain and any default authentication.
 </description>