summaryrefslogtreecommitdiff
path: root/databases/mysql55-server/files/patch-scripts::mysqlbug.sh
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-10-29 09:06:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-10-29 09:06:05 +0000
commit3add449a170be706377b66bee46af25633bc945c (patch)
tree7415df14a37624ff0b24fd40bde079927a88c28a /databases/mysql55-server/files/patch-scripts::mysqlbug.sh
parent975af646f278430e563b72219a2c3055b211eb1a (diff)
Diffstat (limited to 'databases/mysql55-server/files/patch-scripts::mysqlbug.sh')
-rw-r--r--databases/mysql55-server/files/patch-scripts::mysqlbug.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/mysql55-server/files/patch-scripts::mysqlbug.sh b/databases/mysql55-server/files/patch-scripts::mysqlbug.sh
deleted file mode 100644
index fa26d2206310..000000000000
--- a/databases/mysql55-server/files/patch-scripts::mysqlbug.sh
+++ /dev/null
@@ -1,14 +0,0 @@
---- scripts/mysqlbug.sh.orig Tue May 18 10:20:19 2004
-+++ scripts/mysqlbug.sh Fri May 14 02:53:22 2004
-@@ -254,9 +254,9 @@
- if cmp -s $TEMP $TEMP.x
- then
- echo "File not changed, no bug report submitted."
-- cp $TEMP /tmp/failed-mysql-bugreport
-+ mv -f $TEMP /tmp/failed-mysql-bugreport
- echo "The raw bug report exists in /tmp/failed-mysql-bugreport"
-- echo "If you use this remember that the first lines of the report now is a lie.."
-+ echo "If you use this remember that the first lines of the report are now a lie.."
- exit 1
- fi
-