Commit 27bf0e15 authored by unknown's avatar unknown

Portability fix.


support-files/mysql.server.sh:
  Use -f instead of -e to test for lock file.
parent 1ea50ffb
...@@ -137,7 +137,7 @@ case "$mode" in ...@@ -137,7 +137,7 @@ case "$mode" in
then echo " done" then echo " done"
fi fi
# delete lock for RedHat / SuSE # delete lock for RedHat / SuSE
if test -e /var/lock/subsys/mysql if test -f /var/lock/subsys/mysql
then then
rm /var/lock/subsys/mysql rm /var/lock/subsys/mysql
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment