summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-12-23 10:56:52 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-12-23 10:56:52 +0000
commitb2320d5c41b525807c53544e21091d390bb4324c (patch)
tree7cb94eb3a56d0dae563258c1b6e067bff5d619a7 /dev-db/mysql/files
parentadded ~ppc64 (diff)
downloadhistorical-b2320d5c41b525807c53544e21091d390bb4324c.tar.gz
historical-b2320d5c41b525807c53544e21091d390bb4324c.tar.bz2
historical-b2320d5c41b525807c53544e21091d390bb4324c.zip
New versions, and bugs fixed 74248, 74742, 70122, 58469, 50921, 60869.
Diffstat (limited to 'dev-db/mysql/files')
-rw-r--r--dev-db/mysql/files/digest-mysql-4.0.231
-rw-r--r--dev-db/mysql/files/digest-mysql-4.1.81
-rw-r--r--dev-db/mysql/files/logrotate.mysql13
-rw-r--r--dev-db/mysql/files/mysql-4.0.23-install-db-sh.diff20
4 files changed, 35 insertions, 0 deletions
diff --git a/dev-db/mysql/files/digest-mysql-4.0.23 b/dev-db/mysql/files/digest-mysql-4.0.23
new file mode 100644
index 000000000000..d651bdb55e4d
--- /dev/null
+++ b/dev-db/mysql/files/digest-mysql-4.0.23
@@ -0,0 +1 @@
+MD5 8b3a40434348f961b71715ed45fe540e mysql-4.0.23.tar.gz 16601941
diff --git a/dev-db/mysql/files/digest-mysql-4.1.8 b/dev-db/mysql/files/digest-mysql-4.1.8
new file mode 100644
index 000000000000..64b3ef829861
--- /dev/null
+++ b/dev-db/mysql/files/digest-mysql-4.1.8
@@ -0,0 +1 @@
+MD5 d1b3e84d1d49366e2692f453e7bf8879 mysql-4.1.8.tar.gz 22288304
diff --git a/dev-db/mysql/files/logrotate.mysql b/dev-db/mysql/files/logrotate.mysql
new file mode 100644
index 000000000000..7f20baebe154
--- /dev/null
+++ b/dev-db/mysql/files/logrotate.mysql
@@ -0,0 +1,13 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/files/logrotate.mysql,v 1.1 2004/12/23 10:56:52 robbat2 Exp $
+/var/log/mysql/mysql.err /var/log/mysql/mysql.log /var/log/mysql/mysqld.err {
+monthly
+create 660 mysql mysql
+notifempty
+size 5M
+sharedscripts
+postrotate
+/sbin/kill -HUP `cat /var/run/mysqld/mysqld.pid`
+endscript
+}
diff --git a/dev-db/mysql/files/mysql-4.0.23-install-db-sh.diff b/dev-db/mysql/files/mysql-4.0.23-install-db-sh.diff
new file mode 100644
index 000000000000..fe3d8d303acc
--- /dev/null
+++ b/dev-db/mysql/files/mysql-4.0.23-install-db-sh.diff
@@ -0,0 +1,20 @@
+--- mysql-4.0.23/scripts/mysql_install_db.sh.orig 2004-12-23 02:28:09.755109232 -0800
++++ mysql-4.0.23/scripts/mysql_install_db.sh 2004-12-23 02:31:32.204332272 -0800
+@@ -368,10 +368,13 @@
+ echo
+ fi
+ echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !"
+- echo "To do so, start the server, then issue the following commands:"
+- echo "$bindir/mysqladmin -u root password 'new-password'"
+- echo "$bindir/mysqladmin -u root -h $hostname password 'new-password'"
+- echo "See the manual for more instructions."
++ echo "To do so, issue the following commands to start the server"
++ echo "and change the applicable passwords:"
++ echo " /etc/init.d/mysql start"
++ echo " $bindir/mysqladmin -u root -h $hostname password 'new-password'"
++ echo " $bindir/mysqladmin -u root password 'new-password'"
++ echo "Depending on your configuration, a -p option may be needed"
++ echo "in the last command. See the manual for more details."
+ #
+ # Print message about upgrading unless we have created a new db table.
+ if test -z "$c_d"