diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-08-19 13:27:52 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-08-19 13:27:52 +0000 |
commit | 172ccca45ed36af7d5022fddc2dfab2d491d7933 (patch) | |
tree | 7d1001d3b1d341735ffec3d70e0cb1a97e3ce3f8 /databases/mysql50-server/files/patch-ab | |
parent | Update to 1.0.4. Change maintainer to submitter. (diff) |
Upgrade to 3.23.52.
Notes
Notes:
svn path=/head/; revision=64658
Diffstat (limited to 'databases/mysql50-server/files/patch-ab')
-rw-r--r-- | databases/mysql50-server/files/patch-ab | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/databases/mysql50-server/files/patch-ab b/databases/mysql50-server/files/patch-ab deleted file mode 100644 index 2aa8724dd21f..000000000000 --- a/databases/mysql50-server/files/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ ---- 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'" |