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