summaryrefslogtreecommitdiff
path: root/databases/mysql41-server/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
commit6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch)
tree83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /databases/mysql41-server/files/patch-ab
parentRevert to rev. 1.4, which will restore some bugs in the previous version (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'.release/4.0.0
Diffstat (limited to 'databases/mysql41-server/files/patch-ab')
-rw-r--r--databases/mysql41-server/files/patch-ab35
1 files changed, 0 insertions, 35 deletions
diff --git a/databases/mysql41-server/files/patch-ab b/databases/mysql41-server/files/patch-ab
deleted file mode 100644
index 04825c3dc4b1..000000000000
--- a/databases/mysql41-server/files/patch-ab
+++ /dev/null
@@ -1,35 +0,0 @@
---- scripts/mysql_install_db.sh.orig Sat Aug 28 13:10:54 1999
-+++ scripts/mysql_install_db.sh Mon Sep 13 00:13:04 1999
-@@ -15,10 +15,6 @@
- force=0
- IN_RPM=0
-
--# Are we doing an rpm install?
--if test "$1" = "-IN-RPM"; then IN_RPM=1; shift; fi
--if test "$1" = "--force"; then force=1; shift; fi
--
- # Get mysqld/safe_mysqld options from /etc/my.cnf or ~/.my.cnf
- if test -w /
- then
-@@ -60,8 +56,6 @@
- fi
- fi
-
--# On IRIX hostname is in /usr/bsd so add this to the path
--PATH=$PATH:/usr/bsd
- hostname=`hostname` # Install this too in the user table
-
- # Check if hostname is valid
-@@ -255,12 +249,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 password 'new-password'"