[LON-CAPA-cvs] cvs: doc /loncapafiles ownership_fix.piml

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 08 Jun 2004 23:11:57 -0000


albertel		Tue Jun  8 19:11:57 2004 EDT

  Modified files:              
    /doc/loncapafiles	ownership_fix.piml 
  Log:
  - this is screwing up the owenership fixes that loncapafiles.lpml does to /res/adm /res/lib etc
  
  
Index: doc/loncapafiles/ownership_fix.piml
diff -u doc/loncapafiles/ownership_fix.piml:1.1 doc/loncapafiles/ownership_fix.piml:1.2
--- doc/loncapafiles/ownership_fix.piml:1.1	Tue Feb 10 15:54:52 2004
+++ doc/loncapafiles/ownership_fix.piml	Tue Jun  8 19:11:57 2004
@@ -2,7 +2,7 @@
 	"http://lpml.sourceforge.net/DTD/piml.dtd">
 <!-- ownership_fix.piml -->
 
-<!-- $Id: ownership_fix.piml,v 1.1 2004/02/10 20:54:52 www Exp $ -->
+<!-- $Id: ownership_fix.piml,v 1.2 2004/06/08 23:11:57 albertel Exp $ -->
 
 <!--
 
@@ -38,7 +38,7 @@
 </note>
 <perlscript mode='fg'>
 `chown -R www:www /home/httpd/lonUsers`;
-`chown -R www:www /home/httpd/html`;
+#`chown -R www:www /home/httpd/html/res/`;
 </perlscript>
 </file>
 </files>