[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml
raeburn
raeburn at source.lon-capa.org
Tue Feb 19 14:58:06 EST 2019
raeburn Tue Feb 19 19:58:06 2019 EDT
Modified files:
/doc/loncapafiles loncapafiles.lpml
Log:
- Correct location for systemctl executable in Ubuntu 18LTS.
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.978 doc/loncapafiles/loncapafiles.lpml:1.979
--- doc/loncapafiles/loncapafiles.lpml:1.978 Sun Jan 27 16:03:08 2019
+++ doc/loncapafiles/loncapafiles.lpml Tue Feb 19 19:58:05 2019
@@ -2,7 +2,7 @@
"http://lpml.sourceforge.net/DTD/lpml.dtd">
<!-- loncapafiles.lpml -->
-<!-- $Id: loncapafiles.lpml,v 1.978 2019/01/27 16:03:08 raeburn Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.979 2019/02/19 19:58:05 raeburn Exp $ -->
<!--
@@ -8718,9 +8718,12 @@
<description>
Controls the launching/halting of lon-capa daemons by loncontrol
</description>
- <installscript>
+ <installscript dist="fedora26 fedora27 fedora28 fedora29 sles15">
-c '/usr/bin/systemctl enable loncontrol.service'
</installscript>
+ <installscript dist="ubuntu18">
+-c '/bin/systemctl enable loncontrol.service'
+ </installscript>
<dependencies>loncom/init.d/loncontrol.service</dependencies>
</file>
<file>
More information about the LON-CAPA-cvs
mailing list