Diff for /doc/install/linux/install.pl between versions 1.26 and 1.27

version 1.26, 2013/04/05 14:26:25 version 1.27, 2013/12/11 15:37:57
Line 506  sub chkconfig { Line 506  sub chkconfig {
             $daemon{'apache'} = 'apache';              $daemon{'apache'} = 'apache';
         }          }
         if ($distro =~ /^suse(\d+)/) {          if ($distro =~ /^suse(\d+)/) {
             if ($1 > 11)              if ($1 > 11) {
                 $uses_systemctl{'apache'} = 1;                  $uses_systemctl{'apache'} = 1;
             }              }
         }          }

Removed from v.1.26  
changed lines
  Added in v.1.27


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