diff options
author | lenz@mysql.com <> | 2002-07-23 17:04:20 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-07-23 17:04:20 +0200 |
commit | 7b83805443218e06b4cb7aa7cdf1eb87808d5cb5 (patch) | |
tree | b1cbd86b4f6498b6674f16eaa2a19cce19c2684e /support-files/mysql.server.sh | |
parent | cffcb38cee05da70531200dcbcdaa4b46dd4eb60 (diff) | |
download | mariadb-git-7b83805443218e06b4cb7aa7cdf1eb87808d5cb5.tar.gz |
- Fixed build failure in mysql.spec.sh - linking against the special
patched glibc would force static linking, which does not work with
OpenSSL (which is now part of the Max binary)
- RPM spec file cleanups
- Init script cosmetical fix
Diffstat (limited to 'support-files/mysql.server.sh')
-rw-r--r-- | support-files/mysql.server.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh index e6a32d91e77..48bf004d758 100644 --- a/support-files/mysql.server.sh +++ b/support-files/mysql.server.sh @@ -140,7 +140,7 @@ case "$mode" in sleep 1 while [ -s $pid_file -a "$flags" != aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ] do - [ -z "$flags" ] && echo "Wait for mysqld to exit\c" || echo ".\c" + [ -z "$flags" ] && echo -n "Wait for mysqld to exit" || echo -n "." flags=a$flags sleep 1 done |