mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
Makefile.am, make_binary_distribution.sh:
Use custom 'pkgduppdir' mysql.server.sh: The server is installed in 'libexecdir' scripts/Makefile.am: Use custom 'pkgduppdir' scripts/make_binary_distribution.sh: Use custom 'pkgduppdir' support-files/mysql.server.sh: The server is installed in 'libexecdir'
This commit is contained in:
parent
13bd3dbff2
commit
3e95b39882
3 changed files with 8 additions and 2 deletions
|
|
@ -385,7 +385,7 @@ case "$mode" in
|
|||
fi
|
||||
else
|
||||
# Try to find appropriate mysqld process
|
||||
mysqld_pid=`pidof $sbindir/mysqld`
|
||||
mysqld_pid=`pidof $libexecdir/mysqld`
|
||||
if test -z $mysqld_pid ; then
|
||||
if test "$use_mysqld_safe" = "0" ; then
|
||||
lockfile=/var/lock/subsys/mysqlmanager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue