[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml
raeburn
raeburn at source.lon-capa.org
Thu Feb 21 10:39:56 EST 2019
raeburn Thu Feb 21 15:39:56 2019 EDT
Modified files:
/doc/loncapafiles loncapafiles.lpml
Log:
- Remove dist attribute from file tag used to add loncontrol.service so
file is included in Manifest when building tar file for release.
- loncontrol.service is put in /home/httpd/perl/systemd in distros which
are still using init.d/loncontrol.
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.979 doc/loncapafiles/loncapafiles.lpml:1.980
--- doc/loncapafiles/loncapafiles.lpml:1.979 Tue Feb 19 19:58:05 2019
+++ doc/loncapafiles/loncapafiles.lpml Thu Feb 21 15:39:56 2019
@@ -2,7 +2,7 @@
"http://lpml.sourceforge.net/DTD/lpml.dtd">
<!-- loncapafiles.lpml -->
-<!-- $Id: loncapafiles.lpml,v 1.979 2019/02/19 19:58:05 raeburn Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.980 2019/02/21 15:39:56 raeburn Exp $ -->
<!--
@@ -362,6 +362,12 @@
</directory>
<directory dist='default'>
<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>
<categoryname>server readonly</categoryname>
<description>perl scripts for cluster table management on LON-CAPA DNS servers</description>
@@ -8657,12 +8663,13 @@
Controls the launching/halting of lonc, lond, and lonsql processes.
</description>
</file>
-<file dist="fedora26 fedora27 fedora28 fedora29 sles15 ubuntu18">
+<file>
<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>
<description>
-Controls the launching/halting of lon-capa daemons by loncontrol
+Controls the launching/halting of lon-capa daemons by loncontrol in systemd
</description>
</file>
<link>
@@ -8716,12 +8723,12 @@
<source>loncom/init.d/loncontrol.service</source>
<target>etc/systemd/system/loncontrol.service</target>
<description>
-Controls the launching/halting of lon-capa daemons by loncontrol
+Controls the launching/halting of lon-capa daemons by loncontrol in systemd
</description>
<installscript dist="fedora26 fedora27 fedora28 fedora29 sles15">
-c '/usr/bin/systemctl enable loncontrol.service'
</installscript>
- <installscript dist="ubuntu18">
+ <installscript dist="ubuntu18">
-c '/bin/systemctl enable loncontrol.service'
</installscript>
<dependencies>loncom/init.d/loncontrol.service</dependencies>
More information about the LON-CAPA-cvs
mailing list