diff options
Diffstat (limited to 'databases/mysql40-server/files/patch-af')
-rw-r--r-- | databases/mysql40-server/files/patch-af | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mysql40-server/files/patch-af b/databases/mysql40-server/files/patch-af index 9318e20d9f0a..c9dfae350bef 100644 --- a/databases/mysql40-server/files/patch-af +++ b/databases/mysql40-server/files/patch-af @@ -1,11 +1,11 @@ ---- scripts/safe_mysqld.sh.orig Wed Nov 4 13:21:22 1998 -+++ scripts/safe_mysqld.sh Tue Nov 10 16:59:51 1998 +--- scripts/safe_mysqld.sh.orig Fri Nov 27 00:37:54 1998 ++++ scripts/safe_mysqld.sh Wed Dec 23 23:45:24 1998 @@ -12,33 +12,9 @@ trap '' 1 2 3 15 # we shouldn't let anyone kill us -# Check if we are starting this relative (for the binary release) --if test -f ./data/mysql/db.frm -a -f ./share/mysql/english/errmsg.sys -a \ +-if test -d ./data/mysql -a -f ./share/mysql/english/errmsg.sys -a \ - -x ./bin/mysqld -then - MY_BASEDIR_VERSION=`pwd` # Where bin, share and data is |