Diff for /doc/install/redhat7.3/install.pl between versions 1.22 and 1.23

version 1.22, 2003/08/11 20:47:57 version 1.23, 2003/08/28 17:13:13
Line 277  foreach my $php_rpm (@php_rpms) { Line 277  foreach my $php_rpm (@php_rpms) {
     }      }
 }  }
   
   &print_and_log("Removing mod_throttle");
   system("rpm -e `rpm -q -a | grep mod_throttle`");
   &print_and_log("Removing mod_bandwidth");
   system("rpm -e `rpm -q -a | grep mod_bandwidth`");
   
 ##  ##
 ## Fix that stupid little sendmail bug  ## Fix that stupid little sendmail bug
 ##  ##

Removed from v.1.22  
changed lines
  Added in v.1.23


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