summaryrefslogtreecommitdiff
path: root/databases/mysql60-server/files
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-05-18 11:37:49 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-05-18 11:37:49 +0000
commit3fed262dde54eddb20126cadf12419e61e348e7d (patch)
tree6c0990622eaa1497267398fa440a7b21912d8e97 /databases/mysql60-server/files
parent- use autoconf 2.57 (diff)
- Replace dead MASTER_SITE [1]
- Fix mysqlbug vulnerability [2] - Bump PORTREVISION PR: ports/66671 [1] Submitted by: Roman Neuhauser <neuhauser@chello.cz> [1], roam [2]
Notes
Notes: svn path=/head/; revision=109426
Diffstat (limited to 'databases/mysql60-server/files')
-rw-r--r--databases/mysql60-server/files/patch-scripts::mysqlbug.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/mysql60-server/files/patch-scripts::mysqlbug.sh b/databases/mysql60-server/files/patch-scripts::mysqlbug.sh
new file mode 100644
index 000000000000..fa26d2206310
--- /dev/null
+++ b/databases/mysql60-server/files/patch-scripts::mysqlbug.sh
@@ -0,0 +1,14 @@
+--- 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
+