Do include installed scripts when not using systemd
This commit is contained in:
parent
20d65c4008
commit
cdb68ca650
@ -945,6 +945,9 @@ fi
|
||||
%{_bindir}/mysqlbinlog
|
||||
%if %{with init_systemd}
|
||||
%{_bindir}/mysqld_pre_systemd
|
||||
%else
|
||||
%{_bindir}/mysqld_multi
|
||||
%{_bindir}/mysqld_safe
|
||||
%endif
|
||||
%{_bindir}/mysqldumpslow
|
||||
%{_bindir}/mysqltest
|
||||
|
Loading…
Reference in New Issue
Block a user