--- doc/install/redhat7.3/install.pl 2002/07/22 14:23:04 1.7 +++ doc/install/redhat7.3/install.pl 2002/09/24 13:16:23 1.9 @@ -2,7 +2,7 @@ # The LearningOnline Network # Red Hat 7.3 installation script # -# $Id: install.pl,v 1.7 2002/07/22 14:23:04 harris41 Exp $ +# $Id: install.pl,v 1.9 2002/09/24 13:16:23 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -208,7 +208,7 @@ my @mysql_rpms = ( my @misc_rpms = ( "$instdir/hwcrypto-1.0-3.i386.rpm", # already installed "$instdir/m2crypto-0.05_snap4-2.i386.rpm", # okay w/o f,nd - "$instdir/netatalk-1.5pre6-1rh7.i386.rpm" # hmmmm + "$instdir/tetex-dvips-1.0.7-47.i386.rpm" ); ## ## Okay, I have tried being nice about this and not doing '--force --nodeps', @@ -364,7 +364,7 @@ print MYSQL <<"ENDMYSQL"; CREATE DATABASE loncapa; INSERT INTO user (Host, User, Password) VALUES ('localhost','www',password('localhostkey')); -GRANT ALL PRIVILEGES ON *.* TO www\@localhost; +GRANT ALL PRIVILEGES ON loncapa.* TO www\@localhost; SET PASSWORD FOR root\@localhost=PASSWORD('$rootpass'); DELETE FROM user WHERE host<>'localhost'; FLUSH PRIVILEGES;