1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Portability fix.

support-files/mysql.server.sh:
  Use -f instead of -e to test for lock file.
This commit is contained in:
unknown
2000-12-28 20:12:39 +02:00
parent 80ed8761e1
commit c16a006f38

View File

@@ -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