[LON-CAPA-cvs] cvs: doc /loncapafiles chkconfig.piml

raeburn raeburn at source.lon-capa.org
Tue Dec 31 20:34:02 EST 2019


raeburn		Wed Jan  1 01:34:02 2020 EDT

  Modified files:              
    /doc/loncapafiles	chkconfig.piml 
  Log:
  - Checking if run on boot: service is either loncontrol or webserever. 
  
  
Index: doc/loncapafiles/chkconfig.piml
diff -u doc/loncapafiles/chkconfig.piml:1.47 doc/loncapafiles/chkconfig.piml:1.48
--- doc/loncapafiles/chkconfig.piml:1.47	Mon Oct 28 16:24:23 2019
+++ doc/loncapafiles/chkconfig.piml	Wed Jan  1 01:34:01 2020
@@ -3,7 +3,7 @@
 <!-- checkconfig.piml -->
 <!-- Matthew Hall -->
 
-<!-- $Id: chkconfig.piml,v 1.47 2019/10/28 16:24:23 raeburn Exp $ -->
+<!-- $Id: chkconfig.piml,v 1.48 2020/01/01 01:34:01 raeburn Exp $ -->
 
 <!--
 
@@ -101,7 +101,7 @@
             if ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' ||  '<DIST />' eq 'ubuntu8' || '<DIST />' eq 'ubuntu10' || '<DIST />' eq 'ubuntu12' || '<DIST />' eq 'ubuntu14' || '<DIST />' eq 'ubuntu16') {
                 print "        $checker_bin --level $nrlstr $service off".$/;
             } else {
-                print "        $checker_bin --add $webserver".$/;
+                print "        $checker_bin --add $service".$/;
             }
             print "        $checker_bin --level $rlstr $service on".$/;
         } else {




More information about the LON-CAPA-cvs mailing list