Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.797.2.95 and 1.797.2.99

version 1.797.2.95, 2019/02/16 14:20:51 version 1.797.2.99, 2019/07/07 15:50:50
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 1702  List of all domains in the LON-CAPA netw Line 1708  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 1721  LON-CAPA release, starting with 2.10.1 Line 1751  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 8283  file that allows setuid password privile Line 8314  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 8342  loncom/init.d/loncontrol Line 8374  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>    <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">
   -c '/bin/systemctl enable loncontrol.service'
     </installscript>
   <dependencies>loncom/init.d/loncontrol.service</dependencies>    <dependencies>loncom/init.d/loncontrol.service</dependencies>
 </file>  </file>
 <file>  <file>

Removed from v.1.797.2.95  
changed lines
  Added in v.1.797.2.99


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