Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.13 and 1.14

version 1.13, 2001/06/20 12:31:18 version 1.14, 2001/06/24 23:01:22
Line 1 Line 1
   <!-- Scott Harrison -->
   <!-- Guy Albertelli -->
   
   <!-- Default values must be defined before specific values. -->
   <!-- If no 'dist' attribute is specified, then it is always installed. -->
   <!-- If 'dist' attribute is set to  'default', then the specification. -->
   <!-- is accepted if an alternative distribution is not requested or not -->
   <!-- defined. -->
   
 <lpml>  <lpml>
 <targetroot>/</targetroot>  <targetroot>/</targetroot>
 <sourceroot>/home/user/loncapa/</sourceroot>  <sourceroot>/home/user/loncapa/</sourceroot>
   <categories>
 <category name="interface file" type="runtime">  <category name="interface file" type="runtime">
   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
 </category>  </category>
Line 79 Line 89
 <category name="server readonly" type="development">  <category name="server readonly" type="development">
   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>    <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
 </category>  </category>
   </categories>
 <rpm>  <rpm>
   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>    <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
   <rpmName>LON-CAPA-base</rpmName>    <rpmName>LON-CAPA-base</rpmName>
Line 115  echo 'and Athena-Kerberos.'\n Line 126  echo 'and Athena-Kerberos.'\n
 echo '***********************************************************************'\n  echo '***********************************************************************'\n
 </rpmpre>  </rpmpre>
 </rpm>  </rpm>
   <directories>
 <directory>  <directory>
   <targetdir dist='default'>etc/httpd/conf</targetdir>    <targetdir dist='default'>etc/httpd/conf</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
Line 334  LON-CAPA system.</description> Line 346  LON-CAPA system.</description>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>icons that help depict the file system (outdated)</description>    <description>icons that help depict the file system (outdated)</description>
 </directory>  </directory>
   </directories>
   <files>
 <file>  <file>
 <source>loncom/access.conf</source>  <source>loncom/access.conf</source>
 <target dist='default'>etc/httpd/conf/access.conf</target>  <target dist='default'>etc/httpd/conf/access.conf</target>
Line 1790  in a problem that was converted from lec Line 1804  in a problem that was converted from lec
 <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm</target>  <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 Provides many functions for the <script> environment in a .problem.  Provides many functions for the &lt;script&gt; environment in a .problem.
 Functions are documented in CVS:loncapa/doc/homework/homework5.html.  Functions are documented in CVS:loncapa/doc/homework/homework5.html.
 </description>  </description>
 </file>  </file>
Line 2154  etc/rc.d/rc6.d/K05loncontrol Line 2168  etc/rc.d/rc6.d/K05loncontrol
 configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)  configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)
 </description>  </description>
 </file>  </file>
   </files>
 </lpml>  </lpml>
   
   

Removed from v.1.13  
changed lines
  Added in v.1.14


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>