Diff for /doc/loncapafiles/buildfiles.lpml between versions 1.20 and 1.32

version 1.20, 2007/10/22 22:05:41 version 1.32, 2021/12/21 15:17:17
Line 165  Executes clean_db.pl on each file_permis Line 165  Executes clean_db.pl on each file_permis
   <target dist='default'>chkconfig.piml</target>    <target dist='default'>chkconfig.piml</target>
   <categoryname>system file</categoryname>    <categoryname>system file</categoryname>
   <description>    <description>
 Checks that the webserver is probably set to run at startup  Checks that the webserver and loncontrol are properly set to run at startup
   </description>    </description>
   <note>    <note>
   </note>    </note>
Line 323  Wraps the setuid perl scripts into a bin Line 323  Wraps the setuid perl scripts into a bin
   </note>    </note>
 </file>  </file>
 <file>  <file>
     <source>doc/loncapafiles/latex_fixup.piml</source>
     <target dist='default'>latex_fixup.piml</target>
     <categoryname>system file</categoryname>
     <description>
   Runs /usr/bin/mktexlsr so LaTeX sees files added to texmf/tex/latex/base
     </description>
     <note>
     </note>
   </file>
   <file>
     <source>doc/loncapafiles/picins_check.piml</source>
     <target dist='default'>picins_check.piml</target>
     <categoryname>system file</categoryname>
     <description>
   If picins.sty is absent, retrieves from CTAN and runs texinfo rehash 
   and fmtutil-sys --missing.
     </description>
     <note>
     </note>
   </file>
   <file>
     <source>doc/loncapafiles/langcheck.piml</source>
     <target dist='default'>langcheck.piml</target>
     <categoryname>system file</categoryname>
     <description>
   Check language used for root bash and OS, and warn if language other
   than English is in use. 
     </description>
     <note>
     </note>
   </file>
   <file>
     <source>doc/loncapafiles/mimetex_version_check.piml</source>
     <target dist='default'>mimetex_version_check.piml</target>
     <categoryname>system file</categoryname>
     <description>
   If mimeTeX cgi has been updated will update version number in 
   /home/httpd/lonTabs/mimetex-version and remove any .gif files from 
   /home/httpd/cgi-bin/mimtexcache/
     </description>
     <note>
     </note>
   </file>
   <file>
     <source>doc/loncapafiles/verify_domconfiguser.piml</source>
     <target dist='default'>verify_domconfiguser.piml</target>
     <categoryname>system file</categoryname>
     <description>
   Determine if current machine is the primary library server for any domains.
   If it is create the $dom-domainconfig user for any of these domains if it is absent, create /home/httpd/lonUsers/$dom/1/2/3/$dom-domainconfig directory, assign author role if required, and create /home/$dom-domconfig/public_html directory, if required.
     </description>
     <note>
     </note>
   </file>
   <file>
     <source>doc/loncapafiles/latex_fmtutil.piml</source>
     <target dist='default'>latex_fmtutil.piml</target>
     <categoryname>system file</categoryname>
     <description>
   Runs "/usr/bin/fmtutil-sys --missing" to create any missing TeX format files.
     </description>
     <note>
     </note>
   </file>
   <file>
     <source>doc/loncapafiles/removenolongerused.piml</source>
     <target dist='default'>removenolongerused.piml</target>
     <categoryname>system file</categoryname>
     <description>
   Check for files and/or directories installed by earlier versions of LON-CAPA which are no longer used by the version being installed.  Prompt the user to confirm deletion for each file and each directory, before deleting them.
     </description>
     <note>
     </note>
   </file>
   <file>
     <source>doc/loncapafiles/lcmathcomplex.piml</source>
     <target dist='default'>lcmathcomplex.piml</target>
     <categoryname>system file</categoryname>
     <description>
   Use perl core module Config.pm to determine nvsize and set value for this scalar in /home/httpd/lib/perl/LONCAPA/LCMathComplex.pm.  LCMathComplex.pm is used instead of the core perl module Math::Complex in Safe Space, because the dependency on Config.pm is eliminated.
     </description>
     <note>
     </note>
   </file>
   <file>
 <source>doc/loncapafiles/valid_hosts.xfml</source>  <source>doc/loncapafiles/valid_hosts.xfml</source>
 <target dist='default'>valid_hosts.xfml</target>  <target dist='default'>valid_hosts.xfml</target>
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
Line 374  rigorously compare many different values Line 459  rigorously compare many different values
 </note>  </note>
 </file>  </file>
 <file>  <file>
   <source>loncom/build/getcvsdate.pl</source>
   <target dist='default'>getcvsdate.pl</target>
   <categoryname>system file</categoryname>
   <description>
   script to get CVS commit date/time for a file from file's entry in
   CVS/Entries for directory containing the file
   </description>
   <note>
   </note>
   </file>
   
   <file>
 <source>loncom/build/loncaparestoreconfigurations</source>  <source>loncom/build/loncaparestoreconfigurations</source>
 <target dist='default'>loncaparestoreconfigurations</target>  <target dist='default'>loncaparestoreconfigurations</target>
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
Line 431  add domain coordinator privilege to and Line 528  add domain coordinator privilege to and
   </description>    </description>
   <note>    <note>
   </note>    </note>
   </file>
   <file>
     <source>loncom/build/expire_DC_role.pl</source>
     <target dist='default'>expire_DC_role.pl</target>
     <categoryname>system file</categoryname>
     <description>
   expire domain coordinator role for exisiting local LON-CAPA user
     </description>
     <note>
     </note>
 </file>  </file>
 <file>  <file>
 <source>loncom/build/piml.dtd</source>  <source>loncom/build/piml.dtd</source>

Removed from v.1.20  
changed lines
  Added in v.1.32


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