Diff for /doc/install/linux/install.pl between versions 1.14 and 1.15

version 1.14, 2011/05/22 11:56:15 version 1.15, 2011/05/23 23:45:39
Line 660  sub chkapache { Line 660  sub chkapache {
             }              }
         } elsif ($distro =~ /^fedora(\d+)$/) {          } elsif ($distro =~ /^fedora(\d+)$/) {
             if ($1 > 10) {              if ($1 > 10) {
                 $conftype = 'new/httpd.conf';                  $configfile = 'new/httpd.conf';
             }              }
         }          }
         if (!-e "$instdir/centos-rhes-fedora-sl/$configfile") {          if (!-e "$instdir/centos-rhes-fedora-sl/$configfile") {

Removed from v.1.14  
changed lines
  Added in v.1.15


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