File mysql-install_db-quiet.patch of Package mysql
Index: scripts/mysql_install_db.sh
===================================================================
--- scripts/mysql_install_db.sh.orig
+++ scripts/mysql_install_db.sh
@@ -364,10 +364,11 @@ then
echo
fi
- s_echo
- s_echo "To start mysqld at boot time you have to copy"
- s_echo "support-files/mysql.server to the right place for your system"
- s_echo
+# Output disabled, since the SUSE RPM comes with an init script installed
+# s_echo ""
+# s_echo "To start mysqld at boot time you have to copy"
+# s_echo "support-files/mysql.server to the right place for your system"
+# s_echo
if test "$cross_bootstrap" -eq 0
then