aboutsummaryrefslogtreecommitdiff
path: root/system/mariadb/rc.mysqld
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@liwjatan.at>2011-06-01 00:20:54 -0400
committerRobby Workman <rworkman@slackbuilds.org>2011-06-13 01:33:41 -0400
commite0f1190fbfdc7c2b02112c13210a12f578aaf265 (patch)
treeabd8666782722a25c65f5a592dcce472f2982051 /system/mariadb/rc.mysqld
parentb645596396e944e7c32620c43951f47d06420a1d (diff)
system/mariadb: Updated for version 5.2.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/mariadb/rc.mysqld')
-rw-r--r--system/mariadb/rc.mysqld3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/mariadb/rc.mysqld b/system/mariadb/rc.mysqld
index 753a175fc161c..300e6eb2d37a3 100644
--- a/system/mariadb/rc.mysqld
+++ b/system/mariadb/rc.mysqld
@@ -51,7 +51,8 @@ mysqld_stop() {
if [ -r /var/run/mysql/mysql.pid ]; then
killall mysqld
# Wait at least one minute for it to exit, as we don't know how big the DB is...
- for second in $(seq 0 60) ; do
+ for second in 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 \
+ 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 60 ; do
if [ ! -r /var/run/mysql/mysql.pid ]; then
break;
fi