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

raeburn lon-capa-cvs@mail.lon-capa.org
Fri, 15 Sep 2006 20:51:56 -0000


raeburn		Fri Sep 15 16:51:56 2006 EDT

  Modified files:              
    /doc/loncapafiles	chkconfig.piml 
  Log:
  Satisfying sles10 requirements. 
  
  
Index: doc/loncapafiles/chkconfig.piml
diff -u doc/loncapafiles/chkconfig.piml:1.2 doc/loncapafiles/chkconfig.piml:1.3
--- doc/loncapafiles/chkconfig.piml:1.2	Sun Oct  9 22:30:46 2005
+++ doc/loncapafiles/chkconfig.piml	Fri Sep 15 16:51:56 2006
@@ -3,7 +3,7 @@
 <!-- phpcheck.piml -->
 <!-- Matthew Hall -->
 
-<!-- $Id: chkconfig.piml,v 1.2 2005/10/10 02:30:46 raeburn Exp $ -->
+<!-- $Id: chkconfig.piml,v 1.3 2006/09/15 20:51:56 raeburn Exp $ -->
 
 <!--
 
@@ -43,6 +43,8 @@
 if ('<DIST />' eq 'suse9.3' || '<DIST />' eq 'suse9.2' || '<DIST />' eq 'sles9') {
     $webserver = 'apache';
     @runlevels = qw/3 5/;
+} elsif ('<DIST />' eq 'sles10') {
+    $webserver = 'apache2';
 }
 my $command = $chkconfig_bin.' --list '.$webserver;
 my $results = `$command`;