Diff for /doc/loncapafiles/chkconfig.piml between versions 1.2 and 1.3

version 1.2, 2005/10/10 02:30:46 version 1.3, 2006/09/15 20:51:56
Line 43  my @runlevels = qw/3 4 5/; Line 43  my @runlevels = qw/3 4 5/;
 if ('<DIST />' eq 'suse9.3' || '<DIST />' eq 'suse9.2' || '<DIST />' eq 'sles9') {  if ('<DIST />' eq 'suse9.3' || '<DIST />' eq 'suse9.2' || '<DIST />' eq 'sles9') {
     $webserver = 'apache';      $webserver = 'apache';
     @runlevels = qw/3 5/;      @runlevels = qw/3 5/;
   } elsif ('<DIST />' eq 'sles10') {
       $webserver = 'apache2';
 }  }
 my $command = $chkconfig_bin.' --list '.$webserver;  my $command = $chkconfig_bin.' --list '.$webserver;
 my $results = `$command`;  my $results = `$command`;

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>