Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.980 and 1.989

version 1.980, 2019/02/21 15:39:56 version 1.989, 2019/07/02 19:40:13
Line 1757  List of all domains in the LON-CAPA netw Line 1757  List of all domains in the LON-CAPA netw
   </description>    </description>
 </file>  </file>
   
   <file>
     <source>loncom/currhostips.tab</source>
     <target dist='default'>home/httpd/lonTabs/currhostips.tab</target>
     <categoryname>www conf</categoryname>
     <description>
   File containing hostname:IP address for LON-CAPA nodes in the cluster
   to which the node belongs. Updated by loncron using host information
   from authoritative membership lists retrieved from cluster's name servers,
   and standard DNS service used by OS for hostname <=> IP mapping.
     </description>
   </file>
   
   <file>
     <source>loncom/currhostips.tab</source>
     <target dist='default'>home/httpd/lonTabs/prevhostips.tab</target>
     <categoryname>www conf</categoryname>
     <description>
   File containing hostname:IP address for LON-CAPA nodes in the cluster
   to which the node belongs, from previous check (usually 24 hours earlier).
   Updated by loncron, and used on domain's primary library server to generate
   an e-mail listing changes in hostnames and/or IP addresses.
     </description>
   </file>
   
 <fileglob>  <fileglob>
 <glob>*.tab</glob>  <glob>*.tab</glob>
 <sourcedir>loncom/dns_checksums/</sourcedir>  <sourcedir>loncom/dns_checksums/</sourcedir>
Line 1776  LON-CAPA release, starting with 2.10.1 Line 1800  LON-CAPA release, starting with 2.10.1
 2.11.0.tab;  2.11.0.tab;
 2.11.1.tab;  2.11.1.tab;
 2.11.2.tab;  2.11.2.tab;
   2.11.3.tab;
 </filenames>  </filenames>
 </fileglob>  </fileglob>
   
Line 2565  Handler to edit external resource. Line 2590  Handler to edit external resource.
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/interface/lonexturlcheck.pm </source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonexturlcheck.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to check if an external resource can be displayed in an iframe
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/interface/lonexttool.pm</source>  <source>loncom/interface/lonexttool.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonexttool.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonexttool.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 4671  zh.pm; Line 4705  zh.pm;
 </filenames>  </filenames>
 </fileglob>  </fileglob>
 <file>  <file>
   <source>loncom/localize/transliterate.pm</source>
   <target dist='default'>home/httpd/lib/perl/LONCAPA/transliterate.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Transliteration of non-ascii to ascii characters in filenames.
   </description>
   </file>
   <file>
 <source>loncom/interface/loncoursedata.pm</source>  <source>loncom/interface/loncoursedata.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 8657  file that allows setuid password privile Line 8699  file that allows setuid password privile
 <source>loncom/init.d/loncontrol</source>  <source>loncom/init.d/loncontrol</source>
 <target dist='default'>etc/rc.d/init.d/loncontrol</target>  <target dist='default'>etc/rc.d/init.d/loncontrol</target>
 <target dist='suse9.2 suse9.3 sles9 sles10 sles11 sles12 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 suse13.1 suse13.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 ubuntu14 ubuntu16'>etc/init.d/loncontrol</target>  <target dist='suse9.2 suse9.3 sles9 sles10 sles11 sles12 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 suse13.1 suse13.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 ubuntu14 ubuntu16'>etc/init.d/loncontrol</target>
 <target dist='fedora26 fedora27 fedora28 fedora29 sles15 ubuntu18'>home/httpd/perl/loncontrol</target>  <target dist='fedora26 fedora27 fedora28 fedora29 fedora30 sles15 ubuntu18 rhes8 centos8 oracle7'>home/httpd/perl/loncontrol</target>
 <categoryname>root script</categoryname>  <categoryname>root script</categoryname>
 <description>  <description>
 Controls the launching/halting of lonc, lond, and lonsql processes.  Controls the launching/halting of lonc, lond, and lonsql processes.
Line 8666  Controls the launching/halting of lonc, Line 8708  Controls the launching/halting of lonc,
 <file>  <file>
 <source>loncom/init.d/loncontrol.service</source>  <source>loncom/init.d/loncontrol.service</source>
 <target dist='default'>home/httpd/perl/systemd/loncontrol.service</target>  <target dist='default'>home/httpd/perl/systemd/loncontrol.service</target>
 <target dist='fedora26 fedora27 fedora28 fedora29 sles15 ubuntu18'>etc/systemd/system/loncontrol.service</target>  <target dist='fedora26 fedora27 fedora28 fedora29 fedora30 sles15 ubuntu18 rhes8 centos8 oracle7'>etc/systemd/system/loncontrol.service</target>
 <categoryname>root script</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 Controls the launching/halting of lon-capa daemons by loncontrol in systemd  Controls the launching/halting of lon-capa daemons by loncontrol in systemd
 </description>  </description>
 </file>  </file>
 <link>  <link>
 <linkto dist='fedora1 fedora2 fedora3 fedora4 fedora5 fedora6 fedora7 fedora8 fedora9 fedora10 fedora11 fedora12 fedora13 fedora14 fedora15 fedora16 fedora17 fedora18 fedora19 fedora20 fedora21 fedora22 fedora23 fedora24 fedora25 rhes4 rhes5 rhes6 rhes7 scientific5 scientific6 scientific7 centos5 centos6 centos7'>etc/rc.d/init.d/loncontrol</linkto>  <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
 <linkto dist='suse9.2 suse9.3 sles9 sles10 sles11 sles12 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 suse13.1 suse13.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 ubuntu14 ubuntu16'>etc/init.d/loncontrol</linkto>  <linkto dist='suse9.2 suse9.3 sles9 sles10 sles11 sles12 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 suse13.1 suse13.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 ubuntu14 ubuntu16'>etc/init.d/loncontrol</linkto>
 <target dist='fedora1 fedora2 fedora3 fedora4 fedora5 fedora6 fedora7 fedora8 fedora9 fedora10 fedora11 fedora12 fedora13 fedora14 fedora15 fedora16 fedora17 fedora18 fedora19 fedora20 fedora21 fedora22 fedora23 fedora24 fedora25 rhes4 rhes5 rhes6 rhes7 scientific5 scientific6 scientific7 centos5 centos6 centos7'>  <linkto dist='fedora26 fedora27 fedora28 fedora29 fedora30 sles15 ubuntu18 rhes8 centos8 oracle7'>home/httpd/perl/loncontrol</linkto>
   <target dist='default'>
 etc/rc.d/rc0.d/K05loncontrol;  etc/rc.d/rc0.d/K05loncontrol;
 etc/rc.d/rc1.d/K05loncontrol;  etc/rc.d/rc1.d/K05loncontrol;
 etc/rc.d/rc2.d/K05loncontrol;  etc/rc.d/rc2.d/K05loncontrol;
Line 8701  etc/rc4.d/S95loncontrol; Line 8744  etc/rc4.d/S95loncontrol;
 etc/rc5.d/S95loncontrol;  etc/rc5.d/S95loncontrol;
 etc/rc6.d/K05loncontrol  etc/rc6.d/K05loncontrol
 </target>  </target>
   <target dist='fedora26 fedora27 fedora28 fedora29 fedora30 sles15 ubuntu18 rhes8 centos8 oracle7'>
   etc/rc.d/init.d/loncontrol
   </target>
 <categoryname>symbolic link</categoryname>  <categoryname>symbolic link</categoryname>
 <description>  <description>
 symbolic links to /etc/rc.d/init.d/loncontrol (redhat/fedora) or /etc/init.d/loncontrol (suse/debian) for run-levels  symbolic links to /etc/rc.d/init.d/loncontrol (redhat/fedora) or /etc/init.d/loncontrol (suse/debian) for run-levels
 </description>  </description>
 </link>  </link>
   
 <file dist="suse9.2 suse9.3 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 suse13.1 suse13.2 sles9 sles10 sles11 sles12">  <file dist="suse9.2 suse9.3 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 suse13.1 suse13.2 sles9 sles10 sles11 sles12">
   <source>loncom/init.d/loncontrol</source>    <source>loncom/init.d/loncontrol</source>
   <target>etc/rc.d/</target>    <target>etc/rc.d/</target>
Line 8719  symbolic links to /etc/rc.d/init.d/lonco Line 8766  symbolic links to /etc/rc.d/init.d/lonco
 loncom/init.d/loncontrol  loncom/init.d/loncontrol
   </dependencies>    </dependencies>
 </file>  </file>
 <file dist="fedora26 fedora27 fedora28 fedora29 sles15 ubuntu18">  <file dist="fedora26 fedora27 fedora28 fedora29 fedora30 sles15 ubuntu18 rhes8 centos8 oracle7">
 <source>loncom/init.d/loncontrol.service</source>  <source>loncom/init.d/loncontrol.service</source>
 <target>etc/systemd/system/loncontrol.service</target>  <target>etc/systemd/system/loncontrol.service</target>
 <description>  <description>
 Controls the launching/halting of lon-capa daemons by loncontrol in systemd  Controls the launching/halting of lon-capa daemons by loncontrol in systemd
 </description>  </description>
   <installscript dist="fedora26 fedora27 fedora28 fedora29 sles15">    <installscript dist="fedora26 fedora27 fedora28 fedora29 fedora30 sles15 rhes8 centos8 oracle7">
 -c '/usr/bin/systemctl enable loncontrol.service'  -c '/usr/bin/systemctl enable loncontrol.service'
   </installscript>    </installscript>
   <installscript dist="ubuntu18">    <installscript dist="ubuntu18">

Removed from v.1.980  
changed lines
  Added in v.1.989


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