diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /databases/mysql54-server/files/patch-ab | |
parent | New index, rebuilt due to samba changes. (Gee, how many things (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'databases/mysql54-server/files/patch-ab')
-rw-r--r-- | databases/mysql54-server/files/patch-ab | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/databases/mysql54-server/files/patch-ab b/databases/mysql54-server/files/patch-ab deleted file mode 100644 index 2aa8724dd21f..000000000000 --- a/databases/mysql54-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'" |