summaryrefslogtreecommitdiff
path: root/databases/mysql54-server/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
commit0d24ce472965b1af574ee8eab914346a50d93ab0 (patch)
treefc04ac961d5044a7d4ac36140741f144e02c3080 /databases/mysql54-server/files/patch-ab
parent(forced commit) This is the official index file for 3.3-release. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Notes
Notes: svn path=/head/; revision=21673 svn path=/tags/RELEASE_3_3_0/; revision=21674; tag=release/3.3.0
Diffstat (limited to 'databases/mysql54-server/files/patch-ab')
-rw-r--r--databases/mysql54-server/files/patch-ab22
1 files changed, 0 insertions, 22 deletions
diff --git a/databases/mysql54-server/files/patch-ab b/databases/mysql54-server/files/patch-ab
deleted file mode 100644
index 52b6b394986d..000000000000
--- a/databases/mysql54-server/files/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
---- scripts/mysql_install_db.sh.orig Mon Mar 1 20:08:17 1999
-+++ scripts/mysql_install_db.sh Thu Mar 4 22:05:57 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