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

raeburn raeburn at source.lon-capa.org
Wed Oct 31 22:05:15 EDT 2018


raeburn		Thu Nov  1 02:05:15 2018 EDT

  Modified files:              
    /doc/loncapafiles	chkconfig.piml 
  Log:
  - Typos.
  
  
Index: doc/loncapafiles/chkconfig.piml
diff -u doc/loncapafiles/chkconfig.piml:1.41 doc/loncapafiles/chkconfig.piml:1.42
--- doc/loncapafiles/chkconfig.piml:1.41	Fri Oct 26 23:17:19 2018
+++ doc/loncapafiles/chkconfig.piml	Thu Nov  1 02:05:15 2018
@@ -3,7 +3,7 @@
 <!-- checkconfig.piml -->
 <!-- Matthew Hall -->
 
-<!-- $Id: chkconfig.piml,v 1.41 2018/10/26 23:17:19 raeburn Exp $ -->
+<!-- $Id: chkconfig.piml,v 1.42 2018/11/01 02:05:15 raeburn Exp $ -->
 
 <!--
 
@@ -57,11 +57,11 @@
 } elsif (('<DIST />' eq 'ubuntu18') || ('<DIST />' eq 'sles15')) {
     $webserver = 'apache2';
     $use_systemctl = 1;
-    $systemctrl_only = 1;
+    $systemctl_only = 1;
 } elsif (('<DIST />' eq 'fedora26') || ('<DIST />' eq 'fedora27') ||
          ('<DIST />' eq 'fedora28') || ('<DIST />' eq 'fedora29')) {
     $use_systemctl = 1;
-    $systemctrl_only = 1;
+    $systemctl_only = 1;
 }
 if (('<DIST />' eq 'fedora16') || ('<DIST />' eq 'fedora17')    ||
     ('<DIST />' eq 'fedora18') || ('<DIST />' eq 'fedora19')    ||




More information about the LON-CAPA-cvs mailing list