diff options
author | tim@cane.mysql.fi <> | 2000-12-28 20:12:39 +0200 |
---|---|---|
committer | tim@cane.mysql.fi <> | 2000-12-28 20:12:39 +0200 |
commit | a7462751afd90f2073e9a5ba70d37a4de823952d (patch) | |
tree | 9e114166776be443433376999b3d16ebcaa4f496 /support-files | |
parent | 0c45c35216749ed6607d28c05afeec186cd22791 (diff) | |
download | mariadb-git-a7462751afd90f2073e9a5ba70d37a4de823952d.tar.gz |
Portability fix.
Diffstat (limited to 'support-files')
-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 2fe27192762..83618d0124f 100644 --- a/support-files/mysql.server.sh +++ b/support-files/mysql.server.sh @@ -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 |