diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1998-12-24 01:14:13 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1998-12-24 01:14:13 +0000 |
commit | 747178be68dd8a366c0c8d6045fccefcc595766a (patch) | |
tree | 8283f6445ea1bbe873b3deb768475db721111357 /databases/mysql323-server/files/patch-af | |
parent | 027190ba37fcba76069789d4d3e9fa7c4d3648fa (diff) |
Notes
Diffstat (limited to 'databases/mysql323-server/files/patch-af')
-rw-r--r-- | databases/mysql323-server/files/patch-af | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mysql323-server/files/patch-af b/databases/mysql323-server/files/patch-af index 9318e20d9f0a..c9dfae350bef 100644 --- a/databases/mysql323-server/files/patch-af +++ b/databases/mysql323-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 |