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
then echo " done"
fi
# delete lock for RedHat / SuSE
if test -e /var/lock/subsys/mysql
if test -f /var/lock/subsys/mysql
then
rm /var/lock/subsys/mysql
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