Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.979 and 1.983

version 1.979, 2019/02/19 19:58:05 version 1.983, 2019/03/17 23:23:32
Line 362  echo '********************************** Line 362  echo '**********************************
 </directory>  </directory>
 <directory dist='default'>  <directory dist='default'>
   <protectionlevel>modest_delete</protectionlevel>    <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/perl/systemd</targetdir>
     <categoryname>server readonly</categoryname>
     <description>systemd service files for loncapa</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/perl/manage_dns</targetdir>    <targetdir dist='default'>home/httpd/perl/manage_dns</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>perl scripts for cluster table management on LON-CAPA DNS servers</description>    <description>perl scripts for cluster table management on LON-CAPA DNS servers</description>
Line 1751  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 1770  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 4665  zh.pm; Line 4696  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 8696  file that allows setuid password privile
 Controls the launching/halting of lonc, lond, and lonsql processes.  Controls the launching/halting of lonc, lond, and lonsql processes.
 </description>  </description>
 </file>  </file>
 <file dist="fedora26 fedora27 fedora28 fedora29 sles15 ubuntu18">  <file>
 <source>loncom/init.d/loncontrol.service</source>  <source>loncom/init.d/loncontrol.service</source>
 <target>etc/systemd/system/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>
 <categoryname>root script</categoryname>  <categoryname>root script</categoryname>
 <description>  <description>
 Controls the launching/halting of lon-capa daemons by loncontrol  Controls the launching/halting of lon-capa daemons by loncontrol in systemd
 </description>  </description>
 </file>  </file>
 <link>  <link>
Line 8716  loncom/init.d/loncontrol Line 8756  loncom/init.d/loncontrol
 <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  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 sles15">
 -c '/usr/bin/systemctl enable loncontrol.service'  -c '/usr/bin/systemctl enable loncontrol.service'
   </installscript>    </installscript>
  <installscript dist="ubuntu18">    <installscript dist="ubuntu18">
 -c '/bin/systemctl enable loncontrol.service'  -c '/bin/systemctl enable loncontrol.service'
   </installscript>    </installscript>
   <dependencies>loncom/init.d/loncontrol.service</dependencies>    <dependencies>loncom/init.d/loncontrol.service</dependencies>

Removed from v.1.979  
changed lines
  Added in v.1.983


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