--- scripts/mysql_install_db.sh.orig Sat Dec 16 22:49:02 2000 +++ scripts/mysql_install_db.sh Mon Dec 18 11:55:07 2000 @@ -301,12 +301,6 @@ END_OF_DATA then echo "" - if test "$IN_RPM" -eq 0 - then - echo "To start mysqld at boot time you have to copy support-files/mysql.server" - echo "to the right place for your system" - echo - fi echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !" echo "This is done with:" echo "$bindir/mysqladmin -u root -p password 'new-password'"